dms: update
This commit is contained in:
parent
e9a528eace
commit
a90938b2ed
3 changed files with 16 additions and 36 deletions
|
|
@ -11,8 +11,8 @@
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.niri
|
||||
inputs.dankMaterialShell.homeModules.dank-material-shell
|
||||
inputs.dankMaterialShell.homeModules.niri
|
||||
];
|
||||
|
||||
config = lib.mkIf osConfig.programs.niri.enable {
|
||||
|
|
@ -25,11 +25,13 @@
|
|||
"Pictures/nebula_background.jpg".source = ../../../../assets/nebula_background.jpg;
|
||||
};
|
||||
|
||||
programs.dankMaterialShell = {
|
||||
programs.dank-material-shell = {
|
||||
enable = true;
|
||||
niri = {
|
||||
enableKeybinds = true;
|
||||
enableSpawn = true;
|
||||
enableKeybinds = true;
|
||||
|
||||
includes.enable = false;
|
||||
};
|
||||
|
||||
enableVPN = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue