From b953f31f2543cd0e4cca09db280a1dd0e6fe4fa9 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 16 Aug 2024 13:52:53 -0600 Subject: wireguard --- modules/nixos/system-packages.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/nixos/system-packages.nix b/modules/nixos/system-packages.nix index 455f0e9..6bb7234 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 -- cgit v1.2.3 From d19c07cf3ac53fb0b92eec9204513fac8277d22f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 19 Aug 2024 15:14:34 -0600 Subject: lix update --- modules/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; } -- cgit v1.2.3 From c480ba4232cfc68443c9ad51dd0c194b1f61bd13 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 19 Aug 2024 15:22:36 -0600 Subject: source changed dirs --- modules/home-manager/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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"); }; } -- cgit v1.2.3