Further river setup

This commit is contained in:
2025-08-01 23:17:12 +01:00
parent 851df28b03
commit a7ad698920
8 changed files with 48 additions and 15 deletions
+8 -5
View File
@@ -76,7 +76,7 @@
restart = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river";
};
};
};
@@ -101,6 +101,7 @@
environment.etc."greetd/environments".text = ''
Hyprland
river
'';
hardware = {
@@ -178,13 +179,15 @@
plugins = [ ];
};
river = {
enable = true;
xwayland.enable = true;
};
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
uwsm = {
enable = false;
};
hyprlock.enable = true;
dconf.enable = true;
@@ -204,7 +207,6 @@
};
environment.systemPackages = with pkgs; [
alacritty
bat
discord
fd
@@ -225,6 +227,7 @@
vim
wget
wl-clipboard
xdg-user-dirs
zip
];