add scroll

This commit is contained in:
EdenQwQ 2025-04-24 23:05:33 +08:00
parent c34f676161
commit 7257183d8f
8 changed files with 155 additions and 33 deletions

View file

@ -5,8 +5,9 @@
./niri.nix
./ai.nix
./swhkd.nix
./maomaowm.nix
./hellwm.nix
./miracle-wm.nix
# ./maomaowm.nix
# ./hellwm.nix
# ./miracle-wm.nix
./sway.nix
];
}

3
os/programs/sway.nix Normal file
View file

@ -0,0 +1,3 @@
{
programs.sway.enable = true;
}