Organize directories

This commit is contained in:
Isshi0417 2024-07-06 16:56:19 +09:00
parent a49ffe36da
commit 90225d8661
3 changed files with 6 additions and 7 deletions

View File

@ -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; [