Added local configurations

This commit is contained in:
vanten-s 2024-03-11 22:44:04 +01:00
parent 4a3509f4c0
commit ad0441e822
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 2 additions and 6 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
local-nixos.nix

View file

@ -10,6 +10,7 @@ in {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix
./local-nixos.nix
]; ];
# Bootloader. # Bootloader.
@ -27,10 +28,6 @@ in {
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Stockholm"; time.timeZone = "Europe/Stockholm";
@ -55,8 +52,6 @@ in {
xkbVariant = ""; xkbVariant = "";
}; };
services.xserver.enable = true;
services.xserver.displayManager.lightdm.enable = true;
programs.hyprland.enable = true; programs.hyprland.enable = true;
# Configure console keymap # Configure console keymap