enjoy having your lights on again...

This commit is contained in:
do butterflies cry? 2026-02-18 20:26:09 +10:00
parent b7eb55c821
commit e52854fe58
3 changed files with 11 additions and 15 deletions

8
flake.lock generated
View file

@ -155,11 +155,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771399468, "lastModified": 1771409623,
"narHash": "sha256-Nppe/RD8/zJZ9e1vhX/Ma1fKZ+rMbp8ZFPMflTLGbk8=", "narHash": "sha256-1IhHueuQTVCVrui700IP9DfLXwb3kU2rnEWPSdxQY0k=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "870bbb1f3738736ea248c171685bffdb242e294a", "rev": "d5211287bd3cb96078f2053488d67d557848a8f2",
"revCount": 172, "revCount": 176,
"type": "git", "type": "git",
"url": "https://tearforge.net/cry/cerulean" "url": "https://tearforge.net/cry/cerulean"
}, },

View file

@ -1,14 +1,12 @@
{ {inputs, ...} @ args: {
inputs, nixpkgs.channels = {
system, default = {
... overlays = [(import ./overlays.nix args)];
} @ args: { config.allowUnfree = true;
nixpkgs.channels = rec { };
default = pkgs;
# nixpkgs # nixpkgs
pkgs = { pkgs = {
inherit system;
source = inputs.nixpkgs; source = inputs.nixpkgs;
overlays = [ overlays = [
(import ./overlays.nix args) (import ./overlays.nix args)
@ -18,7 +16,6 @@
# nixpkgs-unstable # nixpkgs-unstable
upkgs = { upkgs = {
inherit system;
source = inputs.nixpkgs-unstable; source = inputs.nixpkgs-unstable;
overlays = with inputs; [ overlays = with inputs; [
cachyos.overlays.pinned cachyos.overlays.pinned
@ -32,7 +29,6 @@
# nixpkgs-staging # nixpkgs-staging
spkgs = { spkgs = {
inherit system;
source = inputs.nixpkgs-staging; source = inputs.nixpkgs-staging;
overlays = [ overlays = [
(import ./overlays.nix args) (import ./overlays.nix args)

View file

@ -20,7 +20,7 @@ cerulean.mkNexus ./. (self: {
nixarawrui = { nixarawrui = {
system = "x86_64-linux"; system = "x86_64-linux";
# base = inputs.nixpkgs-unstable; base = inputs.nixpkgs-unstable;
modules = with inputs; [ modules = with inputs; [
sddm-silent.nixosModules.default sddm-silent.nixosModules.default