Update
This commit is contained in:
parent
f9fc318440
commit
7b75fbda36
1 changed files with 10 additions and 0 deletions
10
.config/home-manager/dms.nix
Normal file
10
.config/home-manager/dms.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{inputs, ...}: {
|
||||||
|
imports = [
|
||||||
|
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.dankMaterialShell = {
|
||||||
|
enable = true;
|
||||||
|
quickshell.package = inputs.quickshell.packages.x86_64-linux.default;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue