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 | |
parent | ce7d4b8cc69ebbbb72dcbe60283e512915408ff9 (diff) | |
download | user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.tar.gz user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.zip |
add sway config
Diffstat (limited to 'nixpkgs')
-rw-r--r-- | nixpkgs/kusanagi.nix | 1 | ||||
-rw-r--r-- | nixpkgs/wayfire.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index 840e41b..b3a20bd 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -21,6 +21,7 @@ in { mklink /Z/lx/app/openssh ~/.ssh mklink /Z/lx/app/pass ~/.password-store + mklink /Z/lx/app/thunderbird ~/.thunderbird mklink /Z/lx/app/cargo ~/.cargo mklink /Z/lx/app/arduino/Arduino ~/Arduino 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; }; } |