mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Remove server files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot = {
|
||||
@@ -30,11 +30,8 @@
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
rbs = "sudo nixos-rebuild switch --flake .";
|
||||
off = "sudo systemctl poweroff";
|
||||
cleanup =
|
||||
"nix store optimise && nix-collect-garbage -d && sudo nix store optimise && sudo nix-collect-garbage -d";
|
||||
listboots =
|
||||
"nix profile history --profile /nix/var/nix/profiles/system";
|
||||
};
|
||||
};
|
||||
helix = {
|
||||
@@ -43,6 +40,5 @@
|
||||
settings.theme = "ayu_dark";
|
||||
};
|
||||
};
|
||||
home.packages = [ inputs.agenix.packages."x86_64-linux".default ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user