rofi offset

This commit is contained in:
CDaut 2024-05-02 15:42:56 +02:00
parent 89285ac298
commit f24232fc00
Signed by: clara
GPG key ID: 223391B52FAD4463
4 changed files with 25 additions and 9 deletions

View file

@ -137,7 +137,7 @@
environment.systemPackages = with pkgs; [
vim
wget
] ++ (if !inputs.x11mode then [greetd.regreet] else []);
] ++ (if !inputs.x11mode then [ greetd.regreet ] else [ ]);
programs.dconf.enable = true;