Home: Add gparted
This commit is contained in:
@ -449,6 +449,7 @@
|
|||||||
vlc
|
vlc
|
||||||
audacity
|
audacity
|
||||||
ferdium
|
ferdium
|
||||||
|
gparted
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
wacomtablet # For xournalpp/krita
|
wacomtablet # For xournalpp/krita
|
||||||
|
@ -129,6 +129,7 @@
|
|||||||
# This is used for example when running systemd commands without root.
|
# This is used for example when running systemd commands without root.
|
||||||
"${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"
|
"${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"
|
||||||
# "systemctl --user start hyprpolkitagent.service"
|
# "systemctl --user start hyprpolkitagent.service"
|
||||||
|
# "${pkgs.polkit-gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
interface = "enp8s0";
|
interface = "enp8s0";
|
||||||
ip = "192.168.86.50/24";
|
ip = "192.168.86.50/24";
|
||||||
router = "192.168.86.5";
|
router = "192.168.86.5";
|
||||||
nameserver = "192.168.86.26";
|
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8
|
||||||
autoconnect = true;
|
autoconnect = true;
|
||||||
};
|
};
|
||||||
"10-ether-1G" = mylib.networking.mkStaticNetworkManagerProfile {
|
"10-ether-1G" = mylib.networking.mkStaticNetworkManagerProfile {
|
||||||
@ -50,7 +50,7 @@
|
|||||||
interface = "enp5s0";
|
interface = "enp5s0";
|
||||||
ip = "192.168.86.50/24";
|
ip = "192.168.86.50/24";
|
||||||
router = "192.168.86.5";
|
router = "192.168.86.5";
|
||||||
nameserver = "192.168.86.26";
|
nameserver = "192.168.86.26"; # TODO: Add fallback 8.8.8.8
|
||||||
autoconnect = false;
|
autoconnect = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user