stuff
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{pkgs, config, inputs, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.dms.homeModules.dank-material-shell
|
||||
];
|
||||
programs.dank-material-shell = {
|
||||
enable = true;
|
||||
|
||||
settings = import ./settings.nix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user