summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-04 15:19:42 +0200
committeradikro <adikro@disroot.org>2026-04-04 15:19:42 +0200
commit156b4f2c45321bd6cbb63097105c31baa955bfc6 (patch)
treecc639e5a8f3e2859db46f41c28747bb162f7a4ba /hosts
parent4ff17027412da68da76a988f3d4d6d633e2ebb91 (diff)
moving away from home manager
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix11
-rw-r--r--hosts/desktop/home.nix5
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;