chore: update flake.lock; update noctalia-shell
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,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;
|
||||
}
|
||||
];
|
||||
|
||||
@@ -85,7 +85,6 @@ in
|
||||
platformTheme.name = "kde";
|
||||
style = {
|
||||
package = with pkgs; [
|
||||
darkly-qt5
|
||||
darkly-qt6
|
||||
];
|
||||
name = "Darkly";
|
||||
|
||||
@@ -119,12 +119,8 @@ in
|
||||
"cliphist"
|
||||
"store"
|
||||
]
|
||||
# TODO: Is there a better way?
|
||||
[
|
||||
"systemctl"
|
||||
"restart"
|
||||
"--user"
|
||||
"noctalia-shell.service"
|
||||
"noctalia-shell"
|
||||
]
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user