update aurora
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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.
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user