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": {
"lastModified": 1771399468,
"narHash": "sha256-Nppe/RD8/zJZ9e1vhX/Ma1fKZ+rMbp8ZFPMflTLGbk8=",
"lastModified": 1771409623,
"narHash": "sha256-1IhHueuQTVCVrui700IP9DfLXwb3kU2rnEWPSdxQY0k=",
"ref": "refs/heads/main",
"rev": "870bbb1f3738736ea248c171685bffdb242e294a",
"revCount": 172,
"rev": "d5211287bd3cb96078f2053488d67d557848a8f2",
"revCount": 176,
"type": "git",
"url": "https://tearforge.net/cry/cerulean"
},

View file

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

View file

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