diff options
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 9c34ddb..6375534 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -13,6 +13,8 @@ modules = [ ../../../wrappers/chromium ../../../wrappers/brave + ../../../wrappers/zellij + ../../../wrappers/alacritty ]; }; in { @@ -29,6 +31,13 @@ in { environment.systemPackages = [ wrappers ]; + environment = { + etc = { + "sway/config".source = ./swayconfig; + "xdg/waybar/config".source = ./waybarconfig; + "xdg/waybar/styles.css".source = ./waybarstyle.css; + }; + }; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; |