BROKEN: Expanding desktop option

This commit is contained in:
Jurn Wubben 2025-05-24 00:03:47 +02:00
parent ebf027263f
commit 73dd477f9e
44 changed files with 272 additions and 296 deletions

View file

@ -9,9 +9,11 @@
./nh.nix
./nixpkgs.nix
./substituters.nix
./nix-index.nix
];
# Really annoying message when command not found
programs.command-not-found.enable = false;
# we need git for flakes
environment.systemPackages = [pkgs.git];