Compare commits
No commits in common. "1b0e67744e87465aef23eac6cc3a60e731ec0f3b" and "e2942d6d1a2c4195ef1e2a8596582565f9919767" have entirely different histories.
1b0e67744e
...
e2942d6d1a
2 changed files with 1 additions and 7 deletions
|
@ -6,12 +6,6 @@
|
||||||
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" = nixpkgs.lib.nixosSystem rec {
|
nixosConfigurations."egirls.gay" = 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