From 9cf13e0acced05f7eea582a7108a9c398443b01a Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 23 Jul 2025 14:55:47 +0100 Subject: [PATCH] misc forgotten changes --- base/absolution/configuration.nix | 6 +++--- home/default.nix | 5 ++--- home/niri.nix | 4 ++-- home/packages.nix | 7 ++++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index 2d8484c..667c8d1 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -80,6 +80,8 @@ networking.firewall.checkReversePath = "loose"; + networking.useDHCP = false; + services.resolved.enable = true; systemd.network.enable = true; @@ -89,8 +91,6 @@ networkConfig.DHCP = "yes"; }; - networking.useDHCP = false; - services.networkd-dispatcher = { enable = true; rules."50-tailscale" = { @@ -262,7 +262,7 @@ users.users.alyx = { isNormalUser = true; description = "Alyx"; - extraGroups = [ "openrazer" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ]; + extraGroups = [ "openrazer" "pipewire" "gamemode" "inputs" "networkmanager" "wheel" "libvirtd" "camera" "qemu-libvirtd" "lxd" ]; packages = with pkgs; [ ]; }; diff --git a/home/default.nix b/home/default.nix index ecc9ccb..d83f692 100644 --- a/home/default.nix +++ b/home/default.nix @@ -20,7 +20,7 @@ programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix programs.foot = { enable = true; - settings.main.font = (if vars.user == "alyx" then "monospace:size=14" else "monospace:size=10"); + settings.main.font = (if vars.user == "alyx" then "monospace:size=20" else "monospace:size=10"); settings.colors.alpha = "0.9"; }; @@ -97,8 +97,7 @@ { profile.name = "alyx-desktop"; profile.outputs = [ - { criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; } - { criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; } + { criteria = "Microstep MSI G273Q CA8A463100033"; position = "2560,0"; mode = "2560x1440@164.835007"; } { criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; } ]; } diff --git a/home/niri.nix b/home/niri.nix index d84e4ea..568862b 100644 --- a/home/niri.nix +++ b/home/niri.nix @@ -116,8 +116,8 @@ "Mod+Page_Down".action.focus-workspace-down = {}; "Mod+Page_Up".action.focus-workspace-up = {}; - "Mod+U".action.focus-workspace-down = {}; - "Mod+I".action.focus-workspace-up = {}; + "Mod+I".action.focus-workspace-down = {}; + "Mod+U".action.focus-workspace-up = {}; "Mod+Ctrl+Page_Down".action.move-column-to-workspace-down = {}; "Mod+Ctrl+Page_Up".action.move-column-to-workspace-up = {}; "Mod+Ctrl+U".action.move-column-to-workspace-down = {}; diff --git a/home/packages.nix b/home/packages.nix index ac0abe6..020a8cb 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -12,14 +12,15 @@ fastfetch librewolf fzf - grayjay + gomuks gimp + grayjay gzdoom hyfetch - iamb inkscape kanshi kdePackages.ark + legcord libgpod libimobiledevice libnotify @@ -50,5 +51,5 @@ wlx-overlay-s xfce.ristretto xfce.tumbler - ]; + ]; }