diff options
author | polwex <polwex@sortug.com> | 2024-09-24 00:34:12 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-24 00:34:12 +0700 |
commit | fbc1e58635cdf7356a4c6b43c0b6a0df7578dbfb (patch) | |
tree | ff302b9ba1880cccc150d2db2a19ecb42a1f386d /hosts/local/fw11/configuration.nix | |
parent | a6109558c4b246bbe71f6e949f92f427116eb033 (diff) |
m
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; |