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 /nixos | |
parent | ce7d4b8cc69ebbbb72dcbe60283e512915408ff9 (diff) | |
download | user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.tar.gz user-config-9097974443e6ef33879fb1b497d4d6a3e0b2612c.zip |
add sway config
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 1 | ||||
-rw-r--r-- | nixos/wayfire.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index bd29c11..f71e3c7 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -170,6 +170,7 @@ profont symbola font-awesome + inconsolata ipafont kochi-substitute diff --git a/nixos/wayfire.nix b/nixos/wayfire.nix index 004ad43..d0e9803 100644 --- a/nixos/wayfire.nix +++ b/nixos/wayfire.nix @@ -15,5 +15,9 @@ waybar alacritty swaylock + + swayfx + swaybg + bemenu ]; } |