diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-26 21:48:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-26 21:48:41 +0100 |
commit | 9097974443e6ef33879fb1b497d4d6a3e0b2612c (patch) | |
tree | bb45e19d39430171c228c260bf0c2e1e6b9636dd /nixpkgs/wayfire.nix | |
parent | ce7d4b8cc69ebbbb72dcbe60283e512915408ff9 (diff) | |
download | user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.tar.gz user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.zip |
add sway config
Diffstat (limited to 'nixpkgs/wayfire.nix')
-rw-r--r-- | nixpkgs/wayfire.nix | 4 |
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; }; } |