added saffron config

This commit is contained in:
Tyler Mayoff 2025-11-28 23:04:28 -05:00 committed by Tyle Mayoff
parent f51562f1a1
commit 79e55de9fb
2 changed files with 10 additions and 54 deletions

View file

@ -3,23 +3,21 @@
"dankMaterialShell": {
"inputs": {
"dgop": "dgop",
"dms-cli": "dms-cli",
"nixpkgs": [
"nixpkgs-unstable"
],
"quickshell": "quickshell"
]
},
"locked": {
"lastModified": 1760122870,
"narHash": "sha256-lGy9uHYY6iuUWRUg1g+qnjkqgxgtX5N6G4SFl1ESAZg=",
"lastModified": 1763560490,
"narHash": "sha256-dLbiTWsKoF0if/Wqet/+L90ILdAaBqp+REGOou8uH3k=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "cd488a8623e6a55185685e82d8362c003a7671a8",
"rev": "e39465aece2fd3414cbb82c7fc5fda1809de168e",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"ref": "v0.1.10",
"ref": "v0.6.2",
"repo": "DankMaterialShell",
"type": "github"
}
@ -110,11 +108,11 @@
]
},
"locked": {
"lastModified": 1759769087,
"narHash": "sha256-b4dEAjvIfIkw2/C47aZGDnwhTBEjqptDo8J5PizeTCo=",
"lastModified": 1762435535,
"narHash": "sha256-QhzRn7pYN35IFpKjjxJAj3GPJECuC+VLhoGem3ezycc=",
"owner": "AvengeMedia",
"repo": "dgop",
"rev": "ad6ad285e8b882c41eb8994ef7c91e151afb9a97",
"rev": "6cf638dde818f9f8a2e26d0243179c43cb3458d7",
"type": "github"
},
"original": {
@ -123,27 +121,6 @@
"type": "github"
}
},
"dms-cli": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1759982027,
"narHash": "sha256-4deRT98VwfZWZ685wIGevyYl3CzpuZJPjdjfulABH00=",
"owner": "AvengeMedia",
"repo": "danklinux",
"rev": "5cdfeeae2e14089079dcb0d6b61f014ce754021f",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "danklinux",
"type": "github"
}
},
"firefox-gnome-theme": {
"flake": false,
"locked": {
@ -529,27 +506,6 @@
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1759610621,
"narHash": "sha256-P3UPFd95mS/3aNgy40nCXAmyfR2bEEBd+tX6xfkYFb0=",
"ref": "refs/heads/master",
"rev": "c5c438f1cd1a76660a8658ef929a3d19e968e2ce",
"revCount": 689,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}
},
"quickshell_2": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
@ -583,7 +539,7 @@
"nixpkgs": "nixpkgs_4",
"nixpkgs-unstable": "nixpkgs-unstable",
"noctalia": "noctalia",
"quickshell": "quickshell_2"
"quickshell": "quickshell"
}
},
"systems": {

View file

@ -89,7 +89,7 @@
in {
overlays = import ./overlays {inherit inputs;};
defaultPackage = forAllSystems (system: home-manager.defaultPackage.${system});
# defaultPackage = forAllSystems (system: home-manager.defaultPackage.${system});
nixosConfigurations = {
kaylee = nixpkgs.lib.nixosSystem {