Compare commits

..

No commits in common. "1b0e67744e87465aef23eac6cc3a60e731ec0f3b" and "e2942d6d1a2c4195ef1e2a8596582565f9919767" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -6,12 +6,6 @@
auto-optimise-store = true;
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
environment.systemPackages = with pkgs; [
kitty.terminfo
kakoune

View file

@ -5,7 +5,7 @@
};
outputs = { self, nixpkgs, ... }@attrs: {
nixosConfigurations."egirls" = nixpkgs.lib.nixosSystem rec {
nixosConfigurations."egirls.gay" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
pkgs = let
cfg = {