add dank material shell
This commit is contained in:
8
home-manager/desktop/dank.nix
Normal file
8
home-manager/desktop/dank.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||
];
|
||||
|
||||
programs.dankMaterialShell.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user