206 current 2024-03-18 11:24:09 24.05.20240316.c75037b 6.8.0-zen1 *
This commit is contained in:
parent
18c812ccf3
commit
43ec8d68ce
4 changed files with 33 additions and 22 deletions
|
|
@ -14,7 +14,8 @@
|
|||
|
||||
./swayidle.nix
|
||||
|
||||
../rice/hyprland
|
||||
# ../rice/hyprland
|
||||
../rice/sway
|
||||
../rice/gtk.nix
|
||||
../rice/kitty.nix
|
||||
../rice/waybar
|
||||
|
|
|
|||
9
modules/rice/sway/default.nix
Normal file
9
modules/rice/sway/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
terminal = "kitty";
|
||||
startup = [{command = "firefox";}];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue