Merge pull request 'testing' (#1) from testing into main
Reviewed-on: #1
This commit is contained in:
commit
7d522ccc01
@ -49,7 +49,7 @@ in
|
||||
#boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_stable;
|
||||
#boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback evdi ];
|
||||
|
||||
networking.hostName = "vincents-hp"; # Define your hostname.
|
||||
networking.networkmanager.enable = true;
|
||||
@ -74,7 +74,7 @@ in
|
||||
# waydroid
|
||||
#virtualisation.waydroid.enable = true;
|
||||
|
||||
# Enable the Cinnamon Desktop Environment.
|
||||
# Enable the Plasma 6 Environment.
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
@ -82,7 +82,7 @@ in
|
||||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
xkb.layout = "us";
|
||||
xkb.variant = "colemak";
|
||||
#xkb.variant = "colemak";
|
||||
#xkb.model = "chromebook";
|
||||
};
|
||||
services.xserver.xkb.options = "grp:win_space_toggle";
|
||||
@ -123,7 +123,7 @@ in
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
initialPassword = "replaceMe";
|
||||
extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" "dialout" ];
|
||||
packages = with pkgs; [
|
||||
# admin tools
|
||||
clamtk
|
||||
@ -150,6 +150,9 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# ollama
|
||||
services.ollama.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user