206 current 2024-03-18 11:24:09 24.05.20240316.c75037b 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-18 11:24:20 -04:00
parent 18c812ccf3
commit 43ec8d68ce
4 changed files with 33 additions and 22 deletions

View file

@ -14,7 +14,8 @@
./swayidle.nix
../rice/hyprland
# ../rice/hyprland
../rice/sway
../rice/gtk.nix
../rice/kitty.nix
../rice/waybar

View file

@ -0,0 +1,9 @@
{...}: {
wayland.windowManager.sway = {
enable = true;
config = rec {
terminal = "kitty";
startup = [{command = "firefox";}];
};
};
}