chore: remove some unused stuff
This commit is contained in:
parent
55f22b08f1
commit
3426a33c0b
2 changed files with 3 additions and 20 deletions
|
@ -3,12 +3,11 @@
|
|||
pkgs,
|
||||
config,
|
||||
_utils,
|
||||
camasca,
|
||||
nixpkgs,
|
||||
agenix,
|
||||
camasca,
|
||||
home-manager,
|
||||
nixpkgs,
|
||||
vencord,
|
||||
hydro,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -35,7 +34,6 @@ in
|
|||
|
||||
../programs/fish.nix
|
||||
../programs/git.nix
|
||||
# ../programs/starship
|
||||
];
|
||||
|
||||
age = {
|
||||
|
@ -135,12 +133,10 @@ in
|
|||
|
||||
substituters = [
|
||||
"https://uku3lig.cachix.org"
|
||||
"https://ghostty.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"uku3lig.cachix.org-1:C1/9DNUadh2pueAo+LUkVNUKyIVjF/CREd9RS9E+F2A="
|
||||
"ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -148,7 +144,7 @@ in
|
|||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
flake.setNixPath = false;
|
||||
overlays = [ (import ../exprs/overlay.nix { inherit vencord hydro; }) ];
|
||||
overlays = [ (import ../exprs/overlay.nix { inherit vencord; }) ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
@ -201,11 +197,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
system.switch = {
|
||||
enable = false;
|
||||
enableNg = true;
|
||||
};
|
||||
|
||||
systemd = {
|
||||
services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
|
||||
|
|
|
@ -15,14 +15,6 @@ in
|
|||
secrets.generate
|
||||
];
|
||||
|
||||
_module.args.nixinate = {
|
||||
host = config.networking.hostName;
|
||||
sshUser = "leo";
|
||||
buildOn = "remote";
|
||||
substituteOnTarget = true;
|
||||
hermetic = false; # hermetic fucks up for cross-system deployments
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ghostty.terminfo
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue