update aurora

This commit is contained in:
2026-03-21 16:20:01 -05:00
parent 0df6aee231
commit 297b993992
4 changed files with 8 additions and 8 deletions

8
flake.lock generated
View File

@@ -41,11 +41,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1774029832, "lastModified": 1774127963,
"narHash": "sha256-/dufujxTL5pS33Aov/FpctRd8U0UdeYFn5VCCA3WPho=", "narHash": "sha256-n6nM16ht5o01PeX5awvvM2u3wgTSkLudg21QkIOvLSg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "cecf6df20ab086dbedc4860a33fb7fcaa5bbadd8", "rev": "adcd5601806c8f746a3ea5558812e12e625dc3e5",
"revCount": 14, "revCount": 16,
"type": "git", "type": "git",
"url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora" "url": "https://gitea.esotericbytes.com/Blunkall-Technologies/Aurora"
}, },

View File

@@ -18,8 +18,8 @@
templates.gitconfig.content = '' templates.gitconfig.content = ''
[user] [user]
name = "${config.sops.placeholder."git/username"}" name = "${config.sops.placeholder."git/username"}"
email = "${config.sops.placeholder."git/email"}" email = "${config.sops.placeholder."git/email"}"
''; '';
}; };
programs.git = { programs.git = {

View File

@@ -15,7 +15,7 @@
settings = { settings = {
general = { general = {
lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances. lock_cmd = "aurora ipc call lockscreen lock"; # avoid starting multiple hyprlock instances.
before_sleep_cmd = "loginctl lock-session"; # lock before suspend. before_sleep_cmd = "loginctl lock-session"; # lock before suspend.
after_sleep_cmd = "hyprctl --instance 0 dispatch dpms on"; # to avoid having to press a key twice to turn on the display. after_sleep_cmd = "hyprctl --instance 0 dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
}; };

View File

@@ -14,7 +14,7 @@
config = lib.mkIf config.sysconfig.services.aurora-greeter.enable { config = lib.mkIf config.sysconfig.services.aurora-greeter.enable {
services.aurora-greeter = { services.aurora-greeter = {
enable = false; enable = true;
}; };
}; };
}; };