From 03de4e78443d892549176f32261b110478bb61f5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 9 Nov 2022 05:38:25 +0000 Subject: [PATCH] updates --- configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 50f86a8..5c68eb2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,8 +8,10 @@ imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix + # ./hardware-configuration.nix + ]; + nix.package = pkgs.nixUnstable; nix.extraOptions = '' experimental-features = nix-command flakes @@ -18,10 +20,8 @@ # programs.nix-ld.enable = true; # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - virtualisation.virtualbox.guest.enable = true; + # boot.loader.systemd-boot.enable = true; + # boot.loader.efi.canTouchEfiVariables = true; # networking.hostName = "nixos"; # Define your hostname. # Pick only one of the below networking options. @@ -54,6 +54,7 @@ services.xserver.autorun = false; services.xserver.displayManager.startx.enable = true; services.xserver.windowManager.qtile.enable = true; + services.xserver.desktopManager.plasma5.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daylin = { @@ -90,6 +91,8 @@ picom-jonaburg dunst + gh + firefox (python3.withPackages (p: with p; [ pynvim ])) python310Packages.pip @@ -146,4 +149,3 @@ system.stateVersion = "22.05"; # Did you read the comment? } -