Organize directories
This commit is contained in:
parent
a49ffe36da
commit
90225d8661
@ -6,14 +6,10 @@
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[ # Hardware-related
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Swap
|
||||
../../modules/nixos/swap.nix
|
||||
|
||||
# NVIDIA setup
|
||||
../../modules/nixos/nvidia.nix
|
||||
../../modules/nixos/hardware/swap.nix
|
||||
../../modules/nixos/hardware/nvidia.nix
|
||||
|
||||
# Gnome customization
|
||||
../../modules/nixos/gnome.nix
|
||||
@ -131,6 +127,9 @@
|
||||
FLAKE = "/home/shoi/etc/nixos";
|
||||
};
|
||||
|
||||
# Enable Mullvad
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user