From cf3748e43d08816d26adc7ecb48567d2fe7f4e3e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 01:51:22 +0000 Subject: [PATCH] Fix renamed nixpkgs attr and plasma-manager module path - noto-fonts-emoji -> noto-fonts-color-emoji (renamed in nixpkgs) - plasma-manager homeManagerModules -> homeModules (deprecation warning) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01E4e3bQXGCUHnhaXoMJk6yE --- flake.nix | 2 +- modules/common.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 189b221..1a3ff70 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ home-manager.useUserPackages = true; home-manager.backupFileExtension = "hm-backup"; home-manager.extraSpecialArgs = {inherit inputs;}; - home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager]; + home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager]; home-manager.users.mollyw = import ./home/mollyw.nix; } ]; diff --git a/modules/common.nix b/modules/common.nix index 7c491c1..4d0bb4f 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -27,7 +27,7 @@ # Fonts: Comic Mono Nerd Font system-wide fonts.packages = with pkgs; [ nerd-fonts.comic-shanns-mono - noto-fonts-emoji + noto-fonts-color-emoji ]; fonts.fontconfig.defaultFonts = { serif = ["ComicShannsMono Nerd Font"]; -- 2.51.2