updateded to vincents-hp config
This commit is contained in:
parent
dc28163c87
commit
d7ab9a61b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user