summaryrefslogtreecommitdiff
path: root/nixpkgs/wayfire.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/wayfire.nix')
-rw-r--r--nixpkgs/wayfire.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/wayfire.nix b/nixpkgs/wayfire.nix
index 191846b..3824327 100644
--- a/nixpkgs/wayfire.nix
+++ b/nixpkgs/wayfire.nix
@@ -3,6 +3,10 @@
home.file = {
".config/wayfire.ini".source = ../wayfire/wayfire.ini;
+
".config/waybar/config".source = ../waybar/config;
+ ".config/waybar/style.css".source = ../waybar/style.css;
+
+ ".config/sway/config".source = ../sway/config;
};
}