summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-09-06 17:53:46 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-09-06 17:53:46 -0600
commit98645a68624a49a27e93497912c7e3a98e3593e3 (patch)
treeaf81490e02e0b0a6190722707949a4c23e4b8777 /modules
parent5929645da2114ec11470f01f1b681542fea0f155 (diff)
parent05a0c9efeb9d83ed24124c525fdfaf50e1951884 (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/starship.nix2
-rw-r--r--modules/nixos/default.nix2
-rw-r--r--modules/nixos/system-packages.nix1
3 files changed, 3 insertions, 2 deletions
diff --git a/modules/home-manager/starship.nix b/modules/home-manager/starship.nix
index eafc03c..d74bb93 100644
--- a/modules/home-manager/starship.nix
+++ b/modules/home-manager/starship.nix
@@ -6,6 +6,6 @@
command_timeout = 1000;
palette = "catppuccin_mocha";
- } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/palettes/mocha.toml");
+ } // builtins.fromTOML (builtins.readFile "${inputs.catppuccin-starship}/themes/mocha.toml");
};
}
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix
index a6d62e3..9694e20 100644
--- a/modules/nixos/default.nix
+++ b/modules/nixos/default.nix
@@ -6,6 +6,6 @@
nix-common = import ./nix-common.nix;
services = import ./services.nix;
steam = import ./steam.nix;
- sway = import ./sway.nix;
+ # sway = import ./sway.nix;
system-packages = import ./system-packages.nix;
}
diff --git a/modules/nixos/system-packages.nix b/modules/nixos/system-packages.nix
index 99c7a6d..b8f1cc7 100644
--- a/modules/nixos/system-packages.nix
+++ b/modules/nixos/system-packages.nix
@@ -9,6 +9,7 @@
wget
unzip
git
+ wireguard-tools
wl-clipboard
pciutils
usbutils