+dms draft
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
# Please also change your hostname accordingly:
|
||||
#:w
|
||||
# networking.hostName = "nixos"; # Define your hostname.
|
||||
{
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.dms-plugin-registry.modules.default
|
||||
../common
|
||||
./configuration.nix
|
||||
./hardware.nix
|
||||
@@ -55,4 +56,15 @@
|
||||
};
|
||||
# rocmOverrideGfx = "11.0.3";
|
||||
};
|
||||
programs.dms-shell = {
|
||||
enable = true;
|
||||
enableDynamicTheming = true;
|
||||
enableClipboardPaste = true;
|
||||
plugins = {
|
||||
dankBatteryAlerts.enable = true;
|
||||
emojiLauncher.enable = true;
|
||||
dankPomodoroTimer.enable = true;
|
||||
dankVault.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user