25.05 -> unstable

This commit is contained in:
2025-11-12 23:34:01 -05:00
parent 1db6fe09da
commit 8f0492f03b
6 changed files with 32 additions and 46 deletions

View File

@@ -35,7 +35,7 @@
enable = true;
settings = {
default_session = {
command = "${lib.getExe pkgs.greetd.tuigreet} --time --cmd niri-session";
command = "${lib.getExe pkgs.tuigreet} --time --cmd niri-session";
user = username;
};
};

View File

@@ -27,24 +27,6 @@
# PST
# time.timeZone = lib.mkForce "America/Los_Angeles";
services.greetd = {
enable = true;
settings = {
default_session = {
command = "${lib.getExe pkgs.greetd.tuigreet} --time --cmd niri-session";
user = username;
};
};
};
system.activationScripts = {
# FIX: https://github.com/NixOS/nix/issues/2982
"profile-channel-dummy".text = ''
#!/bin/sh
mkdir -p /nix/var/nix/profiles/per-user/root/channels
'';
};
# weird hack to get swaylock working? idk, if you don't put this here, password entry doesnt work
# if I move to another lock screen program, i will have to replace `swaylock`
security.pam.services.swaylock = { };