poking at dev

This commit is contained in:
alisceon 2025-07-24 10:48:56 +02:00
parent d842d2a230
commit 715835d743
8 changed files with 239 additions and 8 deletions

View file

@ -2,13 +2,16 @@
{
system.stateVersion = "24.05";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true;
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
trusted-users = [ "root" "alisceon" ];
}; # end nix settings
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
}; # end nix gc
console.keyMap = "sv-latin1";
networking.networkmanager.enable = true;
@ -91,9 +94,10 @@
# Browser
firefox
# Editor
# Development
vscode
obsidian
devenv
direnv
# Virtualization
podman
@ -108,6 +112,7 @@
steam
krita
edk2-uefi-shell
obsidian
];
environment.shells = with pkgs; [ fish ];