This commit is contained in:
Asdam9
2026-07-21 17:50:47 +02:00
parent b352f5f926
commit 08c2f0eaba
5 changed files with 31 additions and 2 deletions

View File

@@ -5,12 +5,14 @@
self.nixosModules.base
self.nixosModules.laptopHardware
self.nixosModules.visualProfile
self.nixosModules.developmentProfile
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
fonts.packages = with pkgs; [
nerd-fonts.bitstream-vera-sans-mono
montserrat
];
# BIOS
@@ -83,6 +85,11 @@
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
zathura
zip
unzip
faugus-launcher
texliveFull
mpv
#self.packages.${pkgs.system}.lf
];