This commit is contained in:
Andrea Ciceri 2023-05-11 10:41:03 +02:00
parent fcfd36c63b
commit 202611d0b8
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
18 changed files with 174 additions and 63 deletions

View file

@ -5,12 +5,10 @@
...
}: {
imports = [
./waybar.nix
./idle.nix
./mako.nix
./gammastep.nix
# ../foot
# ../alacritty
../waybar
../swayidle
../mako
../gammastep
../kitty
];
config = {
@ -36,8 +34,6 @@
};
};
services.swayidle.enable = true;
wayland = {
windowManager.sway = let
modifier = "Mod4";