diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/starship.nix | 2 | ||||
| -rw-r--r-- | modules/nixos/default.nix | 2 | ||||
| -rw-r--r-- | modules/nixos/system-packages.nix | 1 |
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 |
