update
This commit is contained in:
@@ -88,14 +88,11 @@
|
||||
xwayland-satellite
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
nerd-fonts.jetbrains-mono
|
||||
jetbrains-mono
|
||||
kime
|
||||
nautilus
|
||||
adw-gtk3
|
||||
kdePackages.qt6ct
|
||||
jetbrains.datagrip
|
||||
python313
|
||||
python313Packages.conda
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
@@ -174,6 +171,19 @@
|
||||
];
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
jetbrains-mono
|
||||
];
|
||||
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
serif = ["JetBrains Mono Nerd Font"];
|
||||
sansSerif = ["JetBrains Mono Nerd Font"];
|
||||
monospace = ["JetBrains Mono Nerd Font"];
|
||||
};
|
||||
};
|
||||
#systemd.user.services.niri-flake-polkit.enable = false;
|
||||
# List services that you want to enable:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user