Reformat
This commit is contained in:
@ -37,7 +37,6 @@ in {
|
||||
# } else {
|
||||
# '';
|
||||
# };
|
||||
|
||||
# waybar-hyprland = pkgs.waybar.overrideAttrs (oldAttrs: {
|
||||
# mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
||||
# patches = (oldAttrs.patches or []) ++ [workspaces-patch];
|
||||
|
@ -34,7 +34,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
mkStaticSystemdNetwork = {interface, ip, router, nameserver}: {
|
||||
mkStaticSystemdNetwork = {
|
||||
interface,
|
||||
ip,
|
||||
router,
|
||||
nameserver,
|
||||
}: {
|
||||
# name = "enp0s31f6"; # Network interface name?
|
||||
enable = true;
|
||||
|
||||
|
@ -401,7 +401,8 @@ with mylib.networking; {
|
||||
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
|
||||
# locate.enable = true; # Periodically update index
|
||||
ntp.enable = true; # Clock sync
|
||||
gvfs = { # Network shares
|
||||
gvfs = {
|
||||
# Network shares
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
|
@ -98,7 +98,6 @@
|
||||
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
sane.enable = true; # Scanning
|
||||
|
Reference in New Issue
Block a user