nixos: gen 181 @ nix-pad — 2026-07-31 01:49

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 01:49:02 -06:00
parent 3333af7805
commit dd832c2542
3 changed files with 49 additions and 1 deletions
Generated
+39
View File
@@ -20,6 +20,28 @@
"type": "github" "type": "github"
} }
}, },
"dms": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1785111455,
"narHash": "sha256-aTNuC9NDBnYAeEtFsleeUwmGX3AZlKOutbl+LQRPkmQ=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "069ddab041c738236a8910e4c39b65d9628d3018",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"ref": "stable",
"repo": "DankMaterialShell",
"type": "github"
}
},
"dms-plugin-registry": { "dms-plugin-registry": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -40,6 +62,22 @@
"type": "github" "type": "github"
} }
}, },
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1767039857,
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
"owner": "NixOS",
"repo": "flake-compat",
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "flake-compat",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -184,6 +222,7 @@
"root": { "root": {
"inputs": { "inputs": {
"danksearch": "danksearch", "danksearch": "danksearch",
"dms": "dms",
"dms-plugin-registry": "dms-plugin-registry", "dms-plugin-registry": "dms-plugin-registry",
"home-manager": "home-manager", "home-manager": "home-manager",
"niri": "niri", "niri": "niri",
+6 -1
View File
@@ -16,6 +16,11 @@
flake = false; flake = false;
}; };
dms = {
url = "github:AvengeMedia/DankMaterialShell/stable";
inputs.nixpkgs.follows = "nixpkgs";
};
dms-plugin-registry = { dms-plugin-registry = {
url = "github:AvengeMedia/dms-plugin-registry"; url = "github:AvengeMedia/dms-plugin-registry";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -27,7 +32,7 @@
}; };
}; };
outputs = { nixpkgs, home-manager, niri, dms-plugin-registry, danksearch, wvkbd-src, ... }@inputs: { outputs = { nixpkgs, home-manager, niri, dms, dms-plugin-registry, danksearch, wvkbd-src, ... }@inputs: {
nixosConfigurations = { nixosConfigurations = {
thinkpad = nixpkgs.lib.nixosSystem { thinkpad = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
+4
View File
@@ -8,6 +8,10 @@ let
}; };
in in
{ {
imports = [
inputs.dms.nixosModules.greeter
];
programs.niri = { programs.niri = {
enable = true; enable = true;
# Tell the Niri module to use the unstable package directly from the niri-flake # Tell the Niri module to use the unstable package directly from the niri-flake