From e4fa4782753cadf9ed4f1cd48d74870224660fe0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 10 Jul 2025 12:18:34 +0200 Subject: [PATCH] Home: Add gparted --- home/christoph/default.nix | 1 + home/modules/hyprland/default.nix | 1 + system/nixinator/default.nix | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 7da1411c..89a65eac 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -449,6 +449,7 @@ vlc audacity ferdium + gparted # Office wacomtablet # For xournalpp/krita diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 5fda8f27..24019492 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -129,6 +129,7 @@ # This is used for example when running systemd commands without root. "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1" # "systemctl --user start hyprpolkitagent.service" + # "${pkgs.polkit-gnome}/libexec/polkit-gnome-authentication-agent-1" ] ]; in { diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index b3c1f083..6873bf1b 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -42,7 +42,7 @@ interface = "enp8s0"; ip = "192.168.86.50/24"; router = "192.168.86.5"; - nameserver = "192.168.86.26"; + nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8 autoconnect = true; }; "10-ether-1G" = mylib.networking.mkStaticNetworkManagerProfile { @@ -50,7 +50,7 @@ interface = "enp5s0"; ip = "192.168.86.50/24"; router = "192.168.86.5"; - nameserver = "192.168.86.26"; + nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8 autoconnect = false; }; };