add dank material shell
This commit is contained in:
parent
ee1d81ede2
commit
395deb4093
3 changed files with 106 additions and 22 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue