Skip to content

Commit

Permalink
📦 NUR
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 3, 2024
1 parent e66f593 commit ce201ac
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
16 changes: 16 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};

nur.url = "github:nix-community/NUR";

spicetify-nix = {
url = "github:the-argus/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
8 changes: 6 additions & 2 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{ inputs, config, pkgs, lib, nix-colors, spicetify-nix, polymc, nixpkgs-f2k, ... }:

let
theme = "sweetpastel";
theme = "nirvana";
colors = import ../shared/cols/forest.nix { };
zjstatus = inputs.zjstatus;
anyrun = inputs.anyrun;
unstable = import
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/archive/master.tar.gz")
{
Expand Down Expand Up @@ -143,6 +142,7 @@ in
kubernetes-helm
kubie
lazygit
logseq
light
lxappearance-gtk2
maim
Expand Down Expand Up @@ -198,6 +198,10 @@ in
];
};

nixpkgs.overlays = [
inputs.nur.overlay
];

nixpkgs.config = {
permittedInsecurePackages = [
"electron-25.9.0"
Expand Down
1 change: 1 addition & 0 deletions hosts/thinkpad/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

nixpkgs = {
overlays = [
inputs.nur.overlay
(final: prev:
{
awesome = inputs.nixpkgs-f2k.packages.${pkgs.system}.awesome-git;
Expand Down

0 comments on commit ce201ac

Please sign in to comment.