From 156b4f2c45321bd6cbb63097105c31baa955bfc6 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 4 Apr 2026 15:19:42 +0200 Subject: moving away from home manager --- hosts/desktop/configuration.nix | 11 +++++------ hosts/desktop/home.nix | 5 +---- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'hosts/desktop') 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; -- cgit v1.3