Updates
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user