From d9931c4a85e4c24cadda671fa94380e4a8c689dc Mon Sep 17 00:00:00 2001 From: spl3g Date: Sun, 13 Apr 2025 00:01:34 +0300 Subject: fix(firefox): replace shyfox with shimmer --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3dea996..3031d1d 100644 --- a/flake.nix +++ b/flake.nix @@ -32,18 +32,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nvf.url = "github:notashelf/nvf"; - # Styling for (almost) everything stylix.url = "github:danth/stylix"; # Hardware configs for my laptop nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - # niri.url = "github:/sodiboo/niri-flake"; - - shyfox = { - url = "github:Naezr/ShyFox"; + shimmer = { + url = "github:nuclearcodecat/shimmer"; flake = false; }; @@ -120,7 +116,6 @@ modules = [ ./home-manager/laptop.nix nurpkgs.modules.homeManager.default - inputs.nvf.homeManagerModules.default ]; }; "jerpo@ltrr" = home-manager.lib.homeManagerConfiguration { -- cgit v1.2.3