Revert "Switch to unstable by default"

This reverts commit 3c7877776e.

Slack was broken when using the unstable version of nixpkgs.
This commit is contained in:
Oliver Davies 2023-12-12 20:08:43 +00:00
parent 54fdbd71d9
commit b40e25dea0
5 changed files with 46 additions and 22 deletions
system/nixos

View file

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