summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-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;