Flake: use stable catppuccin nix for Everest

This commit is contained in:
Toast 2025-10-04 17:28:08 +02:00
parent 3fedba90c4
commit cf08bc61b2
2 changed files with 52 additions and 9 deletions

50
flake.lock generated
View file

@ -28,15 +28,16 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1758956381, "lastModified": 1754766435,
"narHash": "sha256-ROUw5E8CibG3jEy6oHjrkF6/P60eiaUJmc2s2ecC/LM=", "narHash": "sha256-DT8CQoqV2haX+Fo16WXAt9gKCSXOZH9ZfnV++Br+qcM=",
"owner": "catppuccin", "owner": "catppuccin",
"repo": "nix", "repo": "nix",
"rev": "02dee881c3e644e2b561f407742f1fd927c40b83", "rev": "e339d6d822fa81c39d1ab89694b4ee2cfc830c9a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "catppuccin", "owner": "catppuccin",
"ref": "release-25.05",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }
@ -57,6 +58,24 @@
"type": "github" "type": "github"
} }
}, },
"catppuccin-unstable": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1759572023,
"narHash": "sha256-2fzYq/m2PXie5WZO5LhyiZrTIUdUFp1SCLZAwvPL5xo=",
"owner": "catppuccin",
"repo": "nix",
"rev": "eeada12912d80d04733383d231a9d66172858718",
"type": "github"
},
"original": {
"owner": "catppuccin",
"repo": "nix",
"type": "github"
}
},
"copyparty": { "copyparty": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@ -429,16 +448,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1758035966, "lastModified": 1759439645,
"narHash": "sha256-qqIJ3yxPiB0ZQTT9//nFGQYn8X/PBoJbofA7hRKZnmE=", "narHash": "sha256-oiAyQaRilPk525Z5aTtTNWNzSrcdJ7IXM0/PL3CGlbI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8d4ddb19d03c65a36ad8d189d001dc32ffb0306b", "rev": "879bd460b3d3e8571354ce172128fbcbac1ed633",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-25.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -473,6 +492,22 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1759381078,
"narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"plasma-manager": { "plasma-manager": {
"inputs": { "inputs": {
"home-manager": [ "home-manager": [
@ -501,6 +536,7 @@
"agenix": "agenix", "agenix": "agenix",
"catppuccin": "catppuccin", "catppuccin": "catppuccin",
"catppuccin-konsole": "catppuccin-konsole", "catppuccin-konsole": "catppuccin-konsole",
"catppuccin-unstable": "catppuccin-unstable",
"copyparty": "copyparty", "copyparty": "copyparty",
"eza-themes": "eza-themes", "eza-themes": "eza-themes",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",

View file

@ -61,7 +61,8 @@
nix-flatpak.url = "github:gmodena/nix-flatpak/main"; nix-flatpak.url = "github:gmodena/nix-flatpak/main";
catppuccin.url = "github:catppuccin/nix"; catppuccin-unstable.url = "github:catppuccin/nix";
catppuccin.url = "github:catppuccin/nix/release-25.05";
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
@ -178,7 +179,13 @@
) )
.nixosModules .nixosModules
.nix-index .nix-index
catppuccin.nixosModules.catppuccin (
if stable
then catppuccin
else catppuccin-unstable
)
.nixosModules
.catppuccin
( (
if stable if stable
then lix-module then lix-module