From d7ab9a61b2239799a3f9b4d52b503ea4df70bea7 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 18 Nov 2024 13:38:35 -0500 Subject: [PATCH] updateded to vincents-hp config --- system/vincents-old-hp/configuration.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/system/vincents-old-hp/configuration.nix b/system/vincents-old-hp/configuration.nix index d205100..1b2e756 100755 --- a/system/vincents-old-hp/configuration.nix +++ b/system/vincents-old-hp/configuration.nix @@ -2,8 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, unstable, lib, ... }: - +{ config, pkgs, lib, unstable, ... }: { imports = @@ -45,7 +44,7 @@ #boot.kernelPackages = pkgs.linuxPackages_xanmod_stable; boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ]; - networking.hostName = "vincents-hp"; # Define your hostname. + networking.hostName = "vincents-chonky-hp"; # Define your hostname. networking.networkmanager.enable = true; # Set your time zone. @@ -66,7 +65,7 @@ #services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; # waydroid - #virtualisation.waydroid.enable = true; + virtualisation.waydroid.enable = true; # Enable the Cinnamon Desktop Environment. services.displayManager.sddm.enable = true; @@ -76,13 +75,14 @@ # 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"; # Enable CUPS to print documents. services.printing.enable = true; + services.printing.openFirewall = true; services.avahi.enable = true; services.avahi.nssmdns4 = true; services.avahi.openFirewall = true; @@ -113,7 +113,7 @@ isNormalUser = true; shell = pkgs.fish; initialHashedPassword = "$y$j9T$0PPbSXGEwyGq6ZFvJMhmE/$D5ZlKOwR/4NCDD8eaxWiQiG1TTRSK4PfbQe/Tm60Id/"; - extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" "libvirtd" "dialout" ]; + extraGroups = [ "wheel" "networkmanager" "uniput" "lp" "audio" "video" "cdrom" "input" "libvirtd" "dialout" ]; }; programs.fish.enable = true; @@ -142,14 +142,13 @@ # kde apps kdePackages.discover kdePackages.sddm-kcm - kdePackages.kwayland kdePackages.ark kdePackages.qtmultimedia # editors kdePackages.kate nano # vm - quickemu + unstable.quickemu quickgui # containers podman @@ -162,7 +161,6 @@ logseq zoom-us orca-slicer - unstable.freecad-wayland gpodder # package manager wget