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
-1
View File
@@ -205,7 +205,6 @@ in
dconf.enable = true;
nix-ld.enable = true;
mtr.enable = true;
uwsm.enable = true;
};
lib.inputMethod.fcitx5.waylandFrontend = true;
+2
View File
@@ -59,6 +59,8 @@
tree
waybar
wev
wlr-randr
wlsunset
];
# BEGIN PROGRAMS
+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
];
+5
View File
@@ -26,6 +26,11 @@ in
outOfStoreSymlink = true;
recursive = true;
};
".config/river" = {
source = ../../configs/river;
outOfStoreSymlink = true;
recursive = true;
};
".config/waybar" = {
source = ../../configs/waybar;
outOfStoreSymlink = true;
+4 -6
View File
@@ -18,6 +18,7 @@
fastfetch
filezilla
floorp
fuzzel
fzf
genymotion
gimp
@@ -51,17 +52,14 @@
slurp
swaynotificationcenter
swww
# Temporarily removing texliveFull as it currently has a dependency (xindy)
# with a dependency (clisp) with a broken drv
# texliveFull
texliveFull
xfce.thunar
xfce.thunar-volman
tree
waybar
wev
wlr-randr
wlsunset
];
# BEGIN PROGRAMS