This commit is contained in:
2025-12-01 17:36:32 +09:00
parent 77899c2510
commit a634fde4f3
9 changed files with 468 additions and 25 deletions

View File

@@ -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: