Compare commits
2 commits
e2942d6d1a
...
1b0e67744e
Author | SHA1 | Date | |
---|---|---|---|
1b0e67744e | |||
98476a4efb |
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,12 @@
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kitty.terminfo
|
kitty.terminfo
|
||||||
kakoune
|
kakoune
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }@attrs: {
|
outputs = { self, nixpkgs, ... }@attrs: {
|
||||||
nixosConfigurations."egirls.gay" = nixpkgs.lib.nixosSystem rec {
|
nixosConfigurations."egirls" = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = let
|
pkgs = let
|
||||||
cfg = {
|
cfg = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue