From ad0441e822e16bdf9138049f85a392e0f617ff49 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Mon, 11 Mar 2024 22:44:04 +0100 Subject: [PATCH] Added local configurations --- .gitignore | 1 + configuration.nix | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 .gitignore 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