System: Update nerdfont package name
This commit is contained in:
@ -151,8 +151,10 @@ with mylib.networking; {
|
|||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = false; # I think hyprland has its own portal automatically enabled...
|
wlr.enable = false; # I think hyprland has its own portal automatically enabled...
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-kde
|
# TODO: Needed?
|
||||||
xdg-desktop-portal-gtk
|
# xdg-desktop-portal-kde
|
||||||
|
# xdg-desktop-portal-gtk
|
||||||
|
|
||||||
# xdg-desktop-portal-hyprland # Already enabled by hyprland system module
|
# xdg-desktop-portal-hyprland # Already enabled by hyprland system module
|
||||||
# xdg-desktop-portal-termfilechooser # Filepicker using nnn
|
# xdg-desktop-portal-termfilechooser # Filepicker using nnn
|
||||||
];
|
];
|
||||||
@ -211,11 +213,7 @@ with mylib.networking; {
|
|||||||
# this is required for flatpak to find them.
|
# this is required for flatpak to find them.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Monospace fonts
|
# Monospace fonts
|
||||||
(nerdfonts.override {
|
nerd-fonts.jetbrains-mono
|
||||||
fonts = [
|
|
||||||
"JetBrainsMono"
|
|
||||||
];
|
|
||||||
})
|
|
||||||
|
|
||||||
# Sans/Serif fonts
|
# Sans/Serif fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
@ -320,6 +318,12 @@ with mylib.networking; {
|
|||||||
flake = "/home/christoph/NixFlake";
|
flake = "/home/christoph/NixFlake";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ssh = {
|
||||||
|
startAgent = true;
|
||||||
|
# enableAskPassword = true;
|
||||||
|
# askPassword = lib.mkForce "${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass";
|
||||||
|
};
|
||||||
|
|
||||||
fuse.userAllowOther = true; # Allow users to mount e.g. samba shares (cifs)
|
fuse.userAllowOther = true; # Allow users to mount e.g. samba shares (cifs)
|
||||||
# ausweisapp.openFirewall = true; # Directly set port in firewall
|
# ausweisapp.openFirewall = true; # Directly set port in firewall
|
||||||
};
|
};
|
||||||
@ -382,12 +386,7 @@ with mylib.networking; {
|
|||||||
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
|
fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
|
||||||
# locate.enable = true; # Periodically update index
|
# locate.enable = true; # Periodically update index
|
||||||
ntp.enable = true; # Clock sync
|
ntp.enable = true; # Clock sync
|
||||||
gvfs = {
|
gvfs.enable = false; # Network shares TODO: Only gnome? Needed?
|
||||||
# Network shares
|
|
||||||
enable = true;
|
|
||||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
|
||||||
};
|
|
||||||
|
|
||||||
udev = {
|
udev = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
usb-blaster-udev-rules # For Intel Quartus
|
usb-blaster-udev-rules # For Intel Quartus
|
||||||
|
Reference in New Issue
Block a user