Switch to unstable by default
This commit is contained in:
parent
80860fe6df
commit
3c7877776e
5 changed files with 21 additions and 45 deletions
system/nixos
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue