nixos-25.11 #6

Merged
felixalb merged 10 commits from nixos-25.11 into main 2025-12-08 21:07:42 +01:00
4 changed files with 2 additions and 6 deletions
Showing only changes of commit d9b62f7c0a - Show all commits

View File

@@ -29,7 +29,7 @@
fontDir.enable = true;
packages = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-color-emoji
noto-fonts-cjk-sans
font-awesome
fira-code

View File

@@ -44,7 +44,6 @@ in {
hyprlock
hyprpaper
hyprshot
hyprswitch
nautilus
rofi-rbw-wayland
swaynotificationcenter

View File

@@ -34,7 +34,7 @@
nerd-fonts.hack
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-color-emoji
];
};

View File

@@ -16,7 +16,6 @@
emacs-gtk
feishin
gqrx
jellyfin-media-player
kitty
libreoffice
lutris
@@ -49,7 +48,6 @@
hyprlock
hyprpaper
hyprshot
hyprswitch
nautilus
networkmanager
rofi-rbw-wayland
@@ -105,7 +103,6 @@
rofi = {
enable = true;
theme = "iggy";
package = pkgs.rofi-wayland;
};
zsh = {
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";