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..e5b0b54 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -1,13 +1,21 @@ -{ config, lib, pkgs, inputs, system, sources, modulesPath, ... }: -let cfg = config.mods; +{ + config, + lib, + pkgs, + inputs, + system, + sources, + modulesPath, + ... +}: let + cfg = config.mods; in { # Hardware imports = [ ./hardware-configuration.nix "${ builtins.fetchTarball { - url = - "https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz"; + url = "https://github.com/nix-community/disko/archive/refs/tags/v1.12.0.tar.gz"; sha256 = "0wbx518d2x54yn4xh98cgm65wvj0gpy6nia6ra7ns4j63hx14fkq"; } }/module.nix" @@ -21,6 +29,7 @@ in { pkgs.libratbag pkgs.piper pkgs.libpq + pkgs.qmk ]; # System @@ -28,8 +37,8 @@ in { networking.hostName = "murk"; networking.hostId = "a2309090"; mods.home.file = ./home.nix; - nix.settings.trusted-users = [ "root" "muon" ]; - users.users.muon.extraGroups = [ "docker" ]; + nix.settings.trusted-users = ["root" "muon"]; + users.users.muon.extraGroups = ["docker"]; # Modules mods.desktop.enable = true; @@ -48,7 +57,7 @@ in { # Persist environment.persistence."/persist" = { - directories = [ "/etc/NetworkManager" "/var/lib/NetworkManager" ]; + directories = ["/etc/NetworkManager" "/var/lib/NetworkManager"]; }; # Hardware preferences @@ -88,7 +97,7 @@ in { mode = "2560x1440"; position = "0x0"; rate = "60.00"; - dpi = 96; + dpi = 72; }; }; right = { @@ -98,7 +107,7 @@ in { mode = "2560x1440"; position = "2560x0"; rate = "60.00"; - dpi = 96; + dpi = 72; }; }; }; @@ -106,6 +115,9 @@ in { ## Mouse services.libinput.mouse.accelProfile = "flat"; + ## Keyboard + hardware.keyboard.qmk.enable = true; + # Version of first install system.stateVersion = "23.05"; } diff --git a/hosts/murk/home.nix b/hosts/murk/home.nix index 6dcb38c..eecc534 100644 --- a/hosts/murk/home.nix +++ b/hosts/murk/home.nix @@ -27,14 +27,13 @@ in { pulseaudio pavucontrol alsa-utils - qmk - qmk_hid - qmk-udev-rules + rustdesk-flutter docker fish devenv dbeaver-bin + ruff ] # Non-free