Restructured the packages into modules
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
flake.nixosModules.laptopConfiguration = { config, pkgs, self', ... }: {
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
self.nixosModules.base
|
||||
self.nixosModules.user
|
||||
self.nixosModules.main
|
||||
self.nixosModules.laptopHardware
|
||||
self.nixosModules.visualProfile
|
||||
self.nixosModules.developmentProfile
|
||||
@@ -26,7 +27,7 @@
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking.hostName = "laptop"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
powerManagement.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
@@ -82,15 +83,7 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
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
|
||||
mpv
|
||||
nix-sweep
|
||||
#self.packages.${pkgs.system}.lf
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
Reference in New Issue
Block a user