diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/desktop/disko.nix | 6 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 7 | ||||
| -rw-r--r-- | hosts/pendrive/configuration.nix | 24 | ||||
| -rw-r--r-- | hosts/pendrive/home.nix | 26 |
5 files changed, 48 insertions, 24 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2bc4826..9fbe3cb 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -77,7 +77,10 @@ }; gaming = { enable = true; - steam.enable = true; + steam = { + enable = true; + enableSls = true; + }; vr.enable = true; }; sunshine.enable = true; @@ -107,9 +110,7 @@ ]; }; - environment.systemPackages = [ - pkgs-master.simplex-chat-desktop - ]; + environment.systemPackages = [ pkgs-master.simplex-chat-desktop ]; # services.netbox = { # enable = true; diff --git a/hosts/desktop/disko.nix b/hosts/desktop/disko.nix index 5b3b626..f0eb6cd 100644 --- a/hosts/desktop/disko.nix +++ b/hosts/desktop/disko.nix @@ -69,7 +69,7 @@ ]; }; "games" = { - mountpoint = "/games"; + mountpoint = "/home/adam/games"; mountOptions = [ "compress=none" "discard=async" @@ -79,7 +79,7 @@ ]; }; "llms" = { - mountpoint = "/llms"; + mountpoint = "/home/adam/llms"; mountOptions = [ "compress=none" "discard=async" @@ -90,7 +90,7 @@ ]; }; "vms" = { - mountpoint = "/vms"; + mountpoint = "/home/adam/vms"; mountOptions = [ "compress=none" "discard=async" diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index da433d6..5a4f373 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -1,4 +1,8 @@ -{ username, pkgs, ... }: +{ + username, + pkgs, + ... +}: { imports = [ ../../hm/default.nix ]; @@ -93,6 +97,5 @@ tmux gimp stow - element-desktop ]; } diff --git a/hosts/pendrive/configuration.nix b/hosts/pendrive/configuration.nix index 9651ab6..1b99f47 100644 --- a/hosts/pendrive/configuration.nix +++ b/hosts/pendrive/configuration.nix @@ -18,11 +18,9 @@ bootloader.type = "systemd-boot"; drivers = { enable = true; - cpu = "intel"; - graphics = { - enable = true; - }; kernel = "hardened"; + cpu = "intel"; + graphics.enable = true; }; fonts.enable = true; greet.enable = true; @@ -34,6 +32,7 @@ memory.zram = { enable = true; percent = 25; + swapfile.enable = true; }; network.enable = true; security.enable = true; @@ -42,13 +41,24 @@ users.enable = true; }; srv = { - sops.enable = true; + yggdrasi.enable = true; + i2p = { + enable = true; + enableBrowser = true; + }; + tor = { + enable = true; + enableBrowser = true; + }; files = { - thunar.enable = true; - utils.enable = true; + enable = true; + localsend.enable = true; }; + sops.enable = true; nix-helper.enable = true; monero.enable = true; + omnisearch.enable = true; + vpn.enable = true; }; wm = { enable = true; diff --git a/hosts/pendrive/home.nix b/hosts/pendrive/home.nix index f78960a..f12c36d 100644 --- a/hosts/pendrive/home.nix +++ b/hosts/pendrive/home.nix @@ -15,17 +15,24 @@ 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; + env = { + fsel.enable = true; + mako.enable = true; + otter.enable = true; + niri.enable = true; + cursor.enableMiyabi = true; + waybar.enable = true; + themes = { + enable = true; + gtk.enable = true; + qt.enable = true; + }; }; }; shell = { @@ -35,9 +42,12 @@ starship.enable = true; }; soft = { + sioyek.enable = true; browser.librewolf.enable = true; + email.thunderbird.enable = true; + editor.enable = true; mpv.enable = true; - nixcord.enable = true; + chat.enable = true; obsidian.enable = true; spicetify.enable = true; torrent.enable = true; |
