diff options
| author | adikro <adikro@disroot.org> | 2026-04-04 15:19:42 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-04 15:19:42 +0200 |
| commit | 156b4f2c45321bd6cbb63097105c31baa955bfc6 (patch) | |
| tree | cc639e5a8f3e2859db46f41c28747bb162f7a4ba /hosts | |
| parent | 4ff17027412da68da76a988f3d4d6d633e2ebb91 (diff) | |
moving away from home manager
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 11 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 5 |
2 files changed, 6 insertions, 10 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index f12c54b..47f2704 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,8 +1,4 @@ -{ - config, - username, - ... -}: +{ config, username, ... }: { system.stateVersion = "25.05"; @@ -60,7 +56,10 @@ srv = { bluetooth.enable = true; yggdrasil.enable = true; - i2p.enable = true; + i2p = { + enable = true; + enableBrowser = true; + }; files = { enable = true; localsend.enable = true; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index c1f1517..e8581bc 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -47,10 +47,7 @@ }; soft = { sioyek.enable = true; - browser = { - librewolf.enable = true; - brave.enable = true; - }; + browser.librewolf.enable = true; email.thunderbird.enable = true; media.enable = true; mpv.enable = true; |
