From fbc1e58635cdf7356a4c6b43c0b6a0df7578dbfb Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 24 Sep 2024 00:34:12 +0700 Subject: m --- hosts/local/fw11/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts/local/fw11/configuration.nix') 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; -- cgit v1.2.3