dotfiles/homes/x86_64-linux/christopher@cobalt/niri/shell.nix
2025-12-19 10:52:56 +01:00

12 lines
160 B
Nix

{
pkgs,
...
}: {
programs.quickshell = {
enable = true;
systemd = {
enable = true;
target = "graphical-session.target";
};
};
}