update to latest cerulean patches
This commit is contained in:
parent
b96802c7bd
commit
bcfcf3db78
7 changed files with 47 additions and 73 deletions
|
|
@ -4,7 +4,6 @@
|
|||
inputs = {
|
||||
systems.url = "github:nix-systems/default";
|
||||
|
||||
# WARNING: don't remove duplicate!! (cry64 will fix)
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixpkgs-staging.url = "github:NixOS/nixpkgs/staging-next";
|
||||
|
||||
|
|
@ -44,9 +43,15 @@
|
|||
awww.url = "git+https://codeberg.org/LGFae/awww";
|
||||
zen.url = "github:0xc000022070/zen-browser-flake";
|
||||
iamb.url = "github:ulyssa/iamb";
|
||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
||||
nixcord.url = "github:FlameFlag/nixcord";
|
||||
millennium.url = "github:trivaris/millennium?dir=packages/nix";
|
||||
spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
# temp theme until i bother creating my own </3
|
||||
sddm-silent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue