vim again, and tmux too

This commit is contained in:
Jana Dönszelmann 2026-03-10 20:47:24 +01:00
parent 397fb19e0b
commit 5f5daf1047
No known key found for this signature in database
15 changed files with 451 additions and 231 deletions

View file

@ -52,6 +52,7 @@
extraGroups = [
"networkmanager"
"wheel"
"docker"
];
packages = with pkgs; [ ];
};
@ -62,6 +63,7 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
gcc
docker
firefox
kitty
@ -93,6 +95,8 @@
rr
];
virtualisation.docker.enable = true;
services.xserver.enable = true;
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;