diff options
| author | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
| commit | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (patch) | |
| tree | b275c56596eaf3f5754cea30f04e84bbcc21e305 /hosts/laptop/home.nix | |
| parent | 3ed184c48a1154a2548df807c8aaae7888e4792c (diff) | |
finalized client configs for tor, i2pd and yggdrasil
Diffstat (limited to 'hosts/laptop/home.nix')
| -rw-r--r-- | hosts/laptop/home.nix | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix deleted file mode 100644 index 272cca3..0000000 --- a/hosts/laptop/home.nix +++ /dev/null @@ -1,52 +0,0 @@ -{ username, ... }: -{ - imports = [ ../../hm/default.nix ]; - - home = { - username = "${username}"; - homeDirectory = "/home/${username}"; - stateVersion = "25.05"; - }; - - hm = { - conf = { - clip = { - enable = true; - backend = "wayland"; - }; - git.enable = true; - xdg-dirs.enable = true; - xdg-mime.enable = true; - }; - editors.nixvim.enable = true; - env = { - niri.enable = true; - cursor.enableMiyabi = true; - - waybar.enable = true; - themes = { - enable = true; - gtk.enable = true; - qt.enable = true; - }; - }; - shell = { - cli.enable = true; - fish.enable = true; - foot.enable = true; - starship.enable = true; - }; - soft = { - browser.librewolf.enable = true; - email.thunderbird.enable = true; - media.enable = true; - mpv.enable = true; - nixcord.enable = true; - onlyoffice.enable = true; - obsidian.enable = true; - spicetify.enable = true; - torrent.enable = true; - yt-dlp.enable = true; - }; - }; -} |
