remove dms

This commit is contained in:
2026-07-25 17:40:56 +02:00
parent c8d3a770bc
commit 9bde3e5bc9
3 changed files with 1 additions and 64 deletions
Generated
-55
View File
@@ -15,60 +15,6 @@
"type": "github"
}
},
"dank-qml-common": {
"flake": false,
"locked": {
"lastModified": 1784935106,
"narHash": "sha256-aVgOBRynme6XNKYCZlf/oCjPDZFwddyUQPRRkEupC3c=",
"owner": "AvengeMedia",
"repo": "dank-qml-common",
"rev": "a172b39841d8f42bac46ac133b76cade1fae91b4",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "dank-qml-common",
"type": "github"
}
},
"dms": {
"inputs": {
"dank-qml-common": "dank-qml-common",
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1784936204,
"narHash": "sha256-XNbDvIaPzqqIpgJynqSADAj7Yf8KlGJTo5S/fQJUBxs=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "8bb7396362357650a80dcc8d81407095c91c7dcf",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"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"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
@@ -339,7 +285,6 @@
},
"root": {
"inputs": {
"dms": "dms",
"gsr-ui": "gsr-ui",
"home-manager": "home-manager",
"millennium": "millennium",
+1 -6
View File
@@ -5,10 +5,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
dms = {
url = "github:AvengeMedia/DankMaterialShell";
inputs.nixpkgs.follows = "nixpkgs";
};
sls-steam = {
url = "github:AceSLS/SLSsteam";
inputs.nixpkgs.follows = "nixpkgs";
@@ -36,7 +32,6 @@
sls-steam,
yazi,
millennium,
dms,
noctalia,
gsr-ui,
...
@@ -72,7 +67,7 @@
home-manager.users.user = import ./home-manager/home.nix;
home-manager.extraSpecialArgs = {
inherit dms noctalia;
inherit noctalia;
};
home-manager.backupFileExtension = "backup";
-3
View File
@@ -1,14 +1,12 @@
{
pkgs,
config,
dms,
noctalia,
...
}:
{
imports = [
./mpd.nix
dms.homeModules.dank-material-shell
noctalia.homeModules.default
];
@@ -95,7 +93,6 @@
services.mpdris2.enable = true;
programs.fastfetch.enable = true;
programs.prismlauncher.enable = true;
programs.dank-material-shell.enable = true;
programs.fd.enable = true;
programs.uv.enable = true;
programs.satty.enable = true;