Further river setup
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user