diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11e0aba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +local-nixos.nix diff --git a/configuration.nix b/configuration.nix index 2e78b1a..2eec677 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,6 +10,7 @@ in { imports = [ # Include the results of the hardware scan. /etc/nixos/hardware-configuration.nix + ./local-nixos.nix ]; # Bootloader. @@ -27,10 +28,6 @@ in { # Enable networking networking.networkmanager.enable = true; - hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; - services.blueman.enable = true; - # Set your time zone. time.timeZone = "Europe/Stockholm"; @@ -55,8 +52,6 @@ in { xkbVariant = ""; }; - services.xserver.enable = true; - services.xserver.displayManager.lightdm.enable = true; programs.hyprland.enable = true; # Configure console keymap