diff --git a/hosts/murk/IMG_20250418_145104_DRO.jpg b/hosts/murk/IMG_20250418_145104_DRO.jpg deleted file mode 100644 index dacc12a..0000000 Binary files a/hosts/murk/IMG_20250418_145104_DRO.jpg and /dev/null differ diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index 52b51c7..2376c07 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -16,12 +16,8 @@ in { # + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix") ]; - environment.systemPackages = with inputs.nix-alien.packages.${system}; [ - nix-alien - pkgs.libratbag - pkgs.piper - pkgs.libpq - ]; + environment.systemPackages = with inputs.nix-alien.packages.${system}; + [ nix-alien ]; # System mods.user.name = "muon"; @@ -29,7 +25,6 @@ in { networking.hostId = "a2309090"; mods.home.file = ./home.nix; nix.settings.trusted-users = [ "root" "muon" ]; - users.users.muon.extraGroups = [ "docker" ]; # Modules mods.desktop.enable = true; @@ -43,30 +38,27 @@ in { mods.impermanence.enable = true; - services.hardware.openrgb.enable = true; - virtualisation.docker.enable = true; - # Persist environment.persistence."/persist" = { directories = [ "/etc/NetworkManager" "/var/lib/NetworkManager" ]; }; # Hardware preferences - environment.variables = { - WINIT_HIDPI_FACTOR = "1"; - WINIT_X11_SCALE_FACTOR = "1"; - }; + # environment.variables = { + # WINIT_HIDPI_FACTOR = "1"; + # WINIT_X11_SCALE_FACTOR = "1"; + # }; ## Laptop powerManagement.enable = true; services.thermald.enable = true; services.tlp.enable = true; - # services.xserver.dpi = lib.mkForce 180; - # environment.variables = { - # GDK_SCALE = "2"; - # GDK_DPI_SCALE = "0.5"; - # _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2"; - # }; + services.xserver.dpi = lib.mkForce 180; + environment.variables = { + GDK_SCALE = "2"; + GDK_DPI_SCALE = "0.5"; + _JAVA_OPTIONS = "-Dsun.java2d.uiScale=2"; + }; ## Monitors mods.monitors = { @@ -78,7 +70,6 @@ in { position = "1264x1440"; primary = true; rate = "60.00"; - dpi = 192; }; }; left = { @@ -88,7 +79,6 @@ in { mode = "2560x1440"; position = "0x0"; rate = "60.00"; - dpi = 96; }; }; right = { @@ -98,7 +88,6 @@ in { mode = "2560x1440"; position = "2560x0"; rate = "60.00"; - dpi = 96; }; }; }; diff --git a/hosts/murk/home.nix b/hosts/murk/home.nix index 6dcb38c..a46f5e3 100644 --- a/hosts/murk/home.nix +++ b/hosts/murk/home.nix @@ -1,14 +1,7 @@ -{ - pkgs, - lib, - config, - osConfig, - inputs, - ... -}: let - cfg = osConfig.mods; +{ pkgs, lib, config, osConfig, inputs, ... }: +let cfg = osConfig.mods; in { - imports = [inputs.impermanence.homeManagerModules.impermanence]; + imports = [ inputs.impermanence.homeManagerModules.impermanence ]; # Modules mods.xdg.enable = true; @@ -27,17 +20,13 @@ in { pulseaudio pavucontrol alsa-utils - qmk - qmk_hid - qmk-udev-rules docker fish devenv - dbeaver-bin ] # Non-free