diff options
| author | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-15 22:13:15 +0100 |
| commit | 18f08bf53591f3e68043730a627889957009deb6 (patch) | |
| tree | 228a31ab5489e98253e963424cd064d57dcd7a6e /hosts | |
| parent | 8eb0e90219a4de87d8d476e15329e14720f091c6 (diff) | |
browser stuff
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 94672aa..ae4d569 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -61,6 +61,7 @@ users.enable = true; }; srv = { + yggdrasil.enable = true; i2p.enable = true; files = { enable = true; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index a637d12..c17502d 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -23,7 +23,9 @@ }; editors.nixvim.enable = true; env = { + fsel.enable = true; mako.enable = true; + otter.enable = true; niri.enable = true; cursor = { size = 48; |
