Switch default compositor to river
This commit is contained in:
@@ -82,7 +82,7 @@ in
|
||||
restart = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd river";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -105,6 +105,7 @@ in
|
||||
etc = {
|
||||
"greetd/environments".text = ''
|
||||
Hyprland
|
||||
river
|
||||
'';
|
||||
# "hyprland/plugins.conf" = {
|
||||
# mode = "0444";
|
||||
@@ -189,6 +190,12 @@ in
|
||||
# pkgs.hyprlandPlugins.hyprexpo
|
||||
];
|
||||
};
|
||||
|
||||
river = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
@@ -198,6 +205,7 @@ in
|
||||
dconf.enable = true;
|
||||
nix-ld.enable = true;
|
||||
mtr.enable = true;
|
||||
uwsm.enable = true;
|
||||
};
|
||||
|
||||
lib.inputMethod.fcitx5.waylandFrontend = true;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
# BEGIN PACKAGES
|
||||
home.packages = with pkgs; [
|
||||
audacity
|
||||
# audacity
|
||||
android-studio
|
||||
bat
|
||||
brave
|
||||
@@ -19,9 +19,11 @@
|
||||
fastfetch
|
||||
filezilla
|
||||
floorp
|
||||
fuzzel
|
||||
fzf
|
||||
genymotion
|
||||
gimp
|
||||
grim
|
||||
gtk4
|
||||
gvfs
|
||||
grimblast
|
||||
@@ -48,6 +50,7 @@
|
||||
pywal
|
||||
qbittorrent
|
||||
signal-desktop
|
||||
slurp
|
||||
swaynotificationcenter
|
||||
swww
|
||||
texliveFull
|
||||
|
||||
Reference in New Issue
Block a user