Switch to unstable by default

This commit is contained in:
Oliver Davies 2023-12-06 13:36:29 +00:00
parent 80860fe6df
commit 3c7877776e
5 changed files with 21 additions and 45 deletions
system/nixos

View file

@ -1,8 +1,6 @@
{ inputs, pkgs, system }:
let
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages."${system}";
configure-gtk = pkgs.writeTextFile {
name = "configure-gtk";
destination = "/bin/configure-gtk";
@ -176,7 +174,8 @@ in
monospace = [ "JetBrainsMono Nerd Font Mono" ];
};
};
packages = with pkgsUnstable; [
packages = with pkgs; [
(nerdfonts.override {
fonts = [
"AnonymousPro"