mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 17:29:30 +08:00
flake: remname dank-material-shell
This commit is contained in:
@@ -16,8 +16,8 @@ inputs: let inherit (inputs) topInputs; in
|
||||
{ config.home-manager.sharedModules =
|
||||
[
|
||||
topInputs.catppuccin.homeModules.catppuccin
|
||||
topInputs.dankmaterialshell.homeModules.dankMaterialShell.default
|
||||
topInputs.dankmaterialshell.homeModules.dankMaterialShell.niri
|
||||
topInputs.dankmaterialshell.homeModules.dank-material-shell
|
||||
topInputs.dankmaterialshell.homeModules.niri
|
||||
];}
|
||||
] ++ (inputs.localLib.findModules ./.);
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ inputs:
|
||||
{
|
||||
config.programs =
|
||||
{
|
||||
dankMaterialShell =
|
||||
dank-material-shell =
|
||||
{
|
||||
enable = true;
|
||||
niri.enableKeybinds = true;
|
||||
|
||||
Reference in New Issue
Block a user