From d9b62f7c0af04da8db59cf29632a55eac050851d Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 1 Dec 2025 00:24:11 +0100 Subject: [PATCH] sisko: Update to nixos 25.11 --- hosts/fa-t14-2025/desktop.nix | 2 +- hosts/fa-t14-2025/home.nix | 1 - hosts/sisko/desktop.nix | 2 +- hosts/sisko/home.nix | 3 --- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/hosts/fa-t14-2025/desktop.nix b/hosts/fa-t14-2025/desktop.nix index c3063cd..69ed1d4 100644 --- a/hosts/fa-t14-2025/desktop.nix +++ b/hosts/fa-t14-2025/desktop.nix @@ -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 diff --git a/hosts/fa-t14-2025/home.nix b/hosts/fa-t14-2025/home.nix index 820801d..2c8d705 100644 --- a/hosts/fa-t14-2025/home.nix +++ b/hosts/fa-t14-2025/home.nix @@ -44,7 +44,6 @@ in { hyprlock hyprpaper hyprshot - hyprswitch nautilus rofi-rbw-wayland swaynotificationcenter diff --git a/hosts/sisko/desktop.nix b/hosts/sisko/desktop.nix index 2cc8986..6ed3c66 100644 --- a/hosts/sisko/desktop.nix +++ b/hosts/sisko/desktop.nix @@ -34,7 +34,7 @@ nerd-fonts.hack noto-fonts noto-fonts-cjk-sans - noto-fonts-emoji + noto-fonts-color-emoji ]; }; diff --git a/hosts/sisko/home.nix b/hosts/sisko/home.nix index 15b77e6..d4d84a6 100644 --- a/hosts/sisko/home.nix +++ b/hosts/sisko/home.nix @@ -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";