Commit graph

13 commits

Author SHA1 Message Date
Daniel Siepmann 455b8544d9
gpg-agent: migrate to 'pinentryPackage'
See: 01e4a5143e
2024-03-28 19:01:54 +01:00
Daniel Siepmann 9f1192279a
Set low battery to 30%
As it is recommended to run batteries between 30 and 80 %.
2024-03-26 09:59:07 +01:00
Daniel Siepmann 5429ff8823
Migrate gpg-agent pinentry flavor
As the home manager module value is no longer available.
2023-12-27 15:05:18 +01:00
Daniel Siepmann 7a0068bd9f
Remove libretranslate
It only translates a single word, no list of possible translations.
It is also slow and huge.

I'll keep using deepl for now.
2023-11-13 21:05:20 +01:00
Daniel Siepmann 791eca8ee8
Add local libretranslate
Very basic via systemd, no module found or created.
2023-10-10 08:47:03 +02:00
Daniel Siepmann 38b010075f
Migrate GPG to ni / home-manager
Install and configure gpg and gpg-agent.
Add my own public key as a test.
2022-05-30 19:17:10 +02:00
Daniel Siepmann f106eb2b10
Use icon theme also for dunst
Remove custom config and use module options.
Re use already configured theme.
2022-05-22 20:29:00 +02:00
Daniel Siepmann 2823c2f0f9
Maintain more global options via home-manager
Use home-manager to create xsession.
Readme contains info on how to start xsession on login.

That way home-manager can maintain languages, keyboard and further stuff
globally for user.

No more need to set stuff as workaround within i3 or zsh.
Also enabled to start systemd units after login, as home-manager will
create and trigger `hm-graphical-session.target`.
2022-05-20 12:47:01 +02:00
Daniel Siepmann eb3282b453
Add replacement for i3 battery
The module doesn't work or exist anymore.
I use a lightwight battery icon instead which I add as a service to
start during login.

And I don't need the wifi thingy.
2022-05-19 07:18:51 +02:00
Daniel Siepmann 4ecb26bfed
Cleanup folder structure for services, systemd and configurations 2022-02-03 09:12:36 +01:00
Daniel Siepmann a02f8c3341
Make languageserver service configurable
Do not hard code all values, instead configure them within home.nix.

This is more for learning purposes.
But port and allow might also be changed more frequently in general.
2022-02-02 20:38:24 +01:00
Daniel Siepmann fdbb403bce
Add systemd service for languagetool
home-manager doesn't provide a systemd service itself.
That's why we build one ourself.

That also revealed a change in our directory structure.
The structure is now documented within readme.
2022-02-02 18:17:06 +01:00
Daniel Siepmann b096d6b0db
Move service configuration to separate file
Do not clutter home.nix with endless configurations.
Instead move configuration per derivation to its own file and import.
2022-02-02 17:24:49 +01:00