summaryrefslogtreecommitdiff
path: root/hosts/local/fw11/configuration.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-24 00:34:12 +0700
committerpolwex <polwex@sortug.com>2024-09-24 00:34:12 +0700
commitfbc1e58635cdf7356a4c6b43c0b6a0df7578dbfb (patch)
treeff302b9ba1880cccc150d2db2a19ecb42a1f386d /hosts/local/fw11/configuration.nix
parenta6109558c4b246bbe71f6e949f92f427116eb033 (diff)
m
Diffstat (limited to 'hosts/local/fw11/configuration.nix')
-rw-r--r--hosts/local/fw11/configuration.nix9
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;