chore: update flake.lock; update noctalia-shell

This commit is contained in:
2026-02-24 16:50:17 +08:00
parent dbd97e0034
commit 8e6d52b6b5
8 changed files with 102 additions and 109 deletions
+1 -4
View File
@@ -14,10 +14,7 @@ in
config = lib.mkIf cfg.enable {
my.hm = {
programs.vscode = {
enable = true;
package = pkgs.vscodium-wayland or pkgs.vscodium;
};
programs.vscodium.enable = true;
};
my.persist.homeDirs = [
".config/VSCodium"
+2 -1
View File
@@ -114,10 +114,11 @@ in
experimental-features = "nix-command flakes pipe-operators";
substituters = lib.mkForce [
"http://127.0.0.1:2048"
"https://mirror.sjtu.edu.cn/nix-channels/store"
"https://cache.nixos.org"
# "https://mirrors.ustc.edu.cn/nix-channels/store"
# "https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store"
# "https://mirror.sjtu.edu.cn/nix-channels/store"
# "https://nix-community.cachix.org"
# "https://cache.garnix.io"
];
+2 -1
View File
@@ -2,6 +2,7 @@
config,
lib,
pkgs,
hostname,
username,
userdesc,
secrets,
@@ -44,7 +45,7 @@ in
extraRules = [
{
users = [ username ];
noPass = true;
noPass = hostname == "imxyy-nix";
keepEnv = true;
}
];
-1
View File
@@ -85,7 +85,6 @@ in
platformTheme.name = "kde";
style = {
package = with pkgs; [
darkly-qt5
darkly-qt6
];
name = "Darkly";
+1 -5
View File
@@ -119,12 +119,8 @@ in
"cliphist"
"store"
]
# TODO: Is there a better way?
[
"systemctl"
"restart"
"--user"
"noctalia-shell.service"
"noctalia-shell"
]
]
);