clean up
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 50s

This commit is contained in:
k 2025-07-13 10:35:02 -04:00
parent fd2e474229
commit 6c6af12ef6
3 changed files with 6 additions and 4 deletions

View File

@ -97,7 +97,6 @@
thermald.enable = true;
};
stylix = {
enable = true;
autoEnable = true;

View File

@ -13,8 +13,8 @@
gc.automatic = true;
settings = {
experimental-features = ["nix-command" "flakes"];
substituters = ["http://nix.dhilton.xyz/" "https://cache.nixos.org/"];
trusted-public-keys = ["nix.dhilton.xyz:MOW060dF1A0/UXmPZBue9KMxCO13PHYFwx1X9hcdYZ4="];
#substituters = ["http://nix.dhilton.xyz/" "https://cache.nixos.org/"];
#trusted-public-keys = ["nix.dhilton.xyz:MOW060dF1A0/UXmPZBue9KMxCO13PHYFwx1X9hcdYZ4="];
};
};

View File

@ -5,5 +5,8 @@
...
}: {
imports = [../home/home_common.nix];
home = {packages = with pkgs; [docker docker-compose neovim];};
home = {packages = with pkgs; [docker docker-compose neovim waypipe];};
services = {
syncthing.enable = true;
};
}