Compare commits

..

No commits in common. "7d522ccc01bff8e23575b68229c312a36fddc12f" and "ca4cb2b7fd98495444cfcc4ead1d8b7cc5897062" have entirely different histories.

View File

@ -49,7 +49,7 @@ in
#boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; #boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.kernelPackages = pkgs.linuxPackages_xanmod_stable; boot.kernelPackages = pkgs.linuxPackages_xanmod_stable;
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback evdi ]; #boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
networking.hostName = "vincents-hp"; # Define your hostname. networking.hostName = "vincents-hp"; # Define your hostname.
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -74,7 +74,7 @@ in
# waydroid # waydroid
#virtualisation.waydroid.enable = true; #virtualisation.waydroid.enable = true;
# Enable the Plasma 6 Environment. # Enable the Cinnamon Desktop Environment.
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;
@ -82,7 +82,7 @@ in
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {
xkb.layout = "us"; xkb.layout = "us";
#xkb.variant = "colemak"; xkb.variant = "colemak";
#xkb.model = "chromebook"; #xkb.model = "chromebook";
}; };
services.xserver.xkb.options = "grp:win_space_toggle"; services.xserver.xkb.options = "grp:win_space_toggle";
@ -123,7 +123,7 @@ in
isNormalUser = true; isNormalUser = true;
shell = pkgs.fish; shell = pkgs.fish;
initialPassword = "replaceMe"; initialPassword = "replaceMe";
extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" "dialout" ]; extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" ];
packages = with pkgs; [ packages = with pkgs; [
# admin tools # admin tools
clamtk clamtk
@ -150,9 +150,6 @@ in
}; };
}; };
# ollama
services.ollama.enable = true;
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment = { environment = {