diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-04-13 00:01:34 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:57 +0300 |
| commit | d9931c4a85e4c24cadda671fa94380e4a8c689dc (patch) | |
| tree | 167165bd7d000bb4bd9c4cc5abba4ede368713bb /flake.nix | |
| parent | 6fd02e840a87e2eba917dc06c02335de26f92490 (diff) | |
fix(firefox): replace shyfox with shimmer
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 { |
