finish niri config

This commit is contained in:
Grisha Shipunov 2025-03-18 18:25:54 +01:00
parent 0d5bc74f88
commit 32e4cd5324

View file

@ -17,7 +17,6 @@ in
qbittorrent
gajim
imv
swayimg
mpv
evince
brightnessctl
@ -34,23 +33,23 @@ in
ncdu
adwaita-icon-theme
bluetui
foot
gammastep
graphicsmagick
grim
unstablepkgs.i3status-rust
impala
kanshi
pamixer
wofi
slurp
swayidle
swaylock
wl-clipboard
wl-mirror
xfce.thunar
banana-cursor
fuzzel
alacritty
unstablepkgs.i3bar-river
mako
swww
oculante
];
# Enable sound.
@ -84,7 +83,7 @@ in
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
};
services.udisks2.enable = true;
@ -112,7 +111,7 @@ in
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --greeting \"$(${pkgs.fortune}/bin/fortune -s)\" --cmd ${pkgs.niri-stable}/bin/niri";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --greeting \"$(${pkgs.fortune}/bin/fortune -s)\" --cmd ${pkgs.niri-stable}/bin/niri-session";
};
};
};