some shell tweaks, hush

This commit is contained in:
atagen 2025-09-19 11:02:43 +10:00
parent 6b2b079a18
commit 5203e0b27e
9 changed files with 177 additions and 108 deletions

View file

@ -8,6 +8,7 @@
let
# inherit (config) rice;
niri = (getFlakePkg' inputs.niri "niri-unstable");
xwayland-satellite = (getFlakePkg' inputs.niri "xwayland-satellite-unstable");
in
{
imports = [
@ -24,7 +25,10 @@ in
source = "/home/${mainUser}/.nix/graphical/desktop/niri-config.kdl";
};
# user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
user.packages = [ niri ];
user.packages = [
niri
xwayland-satellite
];
services.greetd = {
enable = true;
restart = false;