This commit is contained in:
Generated
+35
@@ -688,6 +688,22 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_6": {
|
||||
"locked": {
|
||||
"lastModified": 1751274312,
|
||||
"narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-24.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"noctalia": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
@@ -787,6 +803,7 @@
|
||||
"rose-pine-hyprcursor": "rose-pine-hyprcursor",
|
||||
"spicetify-nix": "spicetify-nix",
|
||||
"systems": "systems_8",
|
||||
"yogurt": "yogurt",
|
||||
"zen-browser": "zen-browser"
|
||||
}
|
||||
},
|
||||
@@ -1048,6 +1065,24 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"yogurt": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_6"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782972507,
|
||||
"narHash": "sha256-4rg384vnJCYUq6IHNOv0xvanI5u/rVwwoGKZd1DfuoQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "76d41e5bb57fc97b283a8ab6e3a8acc809cecafe",
|
||||
"revCount": 64,
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/ZePedroResende/yogurt"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/ZePedroResende/yogurt"
|
||||
}
|
||||
},
|
||||
"zen-browser": {
|
||||
"inputs": {
|
||||
"home-manager": "home-manager_2",
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
claude-code.url = "github:sadjow/claude-code-nix";
|
||||
yogurt.url = "git+ssh://git@github.com/ZePedroResende/yogurt";
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -33,6 +34,7 @@
|
||||
|
||||
packages = with pkgs; [
|
||||
impala
|
||||
inputs.yogurt.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
username = lib.mkDefault "naps62";
|
||||
|
||||
@@ -156,6 +156,7 @@ in
|
||||
"hyprctl setcursor Nordzy-cursors ${toString cfg.cursorSize}"
|
||||
"hyprsunset"
|
||||
"noctalia"
|
||||
"yogurt"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
|
||||
Reference in New Issue
Block a user