spellcheck

This commit is contained in:
2025-08-18 22:49:50 -05:00
parent d8231a5f2a
commit 4d687e54a7
2 changed files with 2 additions and 37 deletions

36
flake.lock generated
View File

@@ -805,9 +805,7 @@
"nixpkgs-us": "nixpkgs-us",
"nixvim": "nixvim",
"sops-nix": "sops-nix",
"sugar-dark-sddm": "sugar-dark-sddm",
"themecord": "themecord",
"tokyo-night-sddm": "tokyo-night-sddm"
"themecord": "themecord"
}
},
"sops-nix": {
@@ -830,22 +828,6 @@
"type": "github"
}
},
"sugar-dark-sddm": {
"flake": false,
"locked": {
"lastModified": 1661321743,
"narHash": "sha256-flOspjpYezPvGZ6b4R/Mr18N7N3JdytCSwwu6mf4owQ=",
"owner": "MarianArlt",
"repo": "sddm-sugar-dark",
"rev": "ceb2c455663429be03ba62d9f898c571650ef7fe",
"type": "github"
},
"original": {
"owner": "MarianArlt",
"repo": "sddm-sugar-dark",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1689347949,
@@ -926,22 +908,6 @@
"type": "github"
}
},
"tokyo-night-sddm": {
"flake": false,
"locked": {
"lastModified": 1686823900,
"narHash": "sha256-JRVVzyefqR2L3UrEK2iWyhUKfPMUNUnfRZmwdz05wL0=",
"owner": "siddrs",
"repo": "tokyo-night-sddm",
"rev": "320c8e74ade1e94f640708eee0b9a75a395697c6",
"type": "github"
},
"original": {
"owner": "siddrs",
"repo": "tokyo-night-sddm",
"type": "github"
}
},
"xdph": {
"inputs": {
"hyprland-protocols": [

View File

@@ -38,6 +38,7 @@
channel.enable = false;
settings = {
experimental-features = [ "nix-command" "flakes" ];
trusted-users = lib.mkIf config.sysconfig.remoteBuildHost [ "remote-builder" ];
};
distributedBuilds = config.sysconfig.remoteBuildClient;
@@ -55,8 +56,6 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
}
];
trusted-users = lib.mkIf config.sysconfig.remoteBuildHost [ "remote-builder" ];
};
boot.binfmt.emulatedSystems = lib.mkIf config.sysconfig.remoteBuildHost [ "aarch64-linux" ];