diff options
Diffstat (limited to 'nixpkgs/wayfire.nix')
-rw-r--r-- | nixpkgs/wayfire.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixpkgs/wayfire.nix b/nixpkgs/wayfire.nix new file mode 100644 index 0000000..191846b --- /dev/null +++ b/nixpkgs/wayfire.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: { + imports = [ ./wmonly.nix ]; + + home.file = { + ".config/wayfire.ini".source = ../wayfire/wayfire.ini; + ".config/waybar/config".source = ../waybar/config; + }; +} |