mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use hypr under nvidia
This commit is contained in:
parent
59328ad384
commit
64d100c252
19 changed files with 125 additions and 67 deletions
|
|
@ -22,6 +22,18 @@
|
|||
description = "The default terminal emulator to run CLI softwares directly";
|
||||
};
|
||||
|
||||
defaultExplorer = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "thunar";
|
||||
description = "The default file explorer";
|
||||
};
|
||||
|
||||
defaultTerminalExplorer = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "yazi";
|
||||
description = "The default file explorer with TUI";
|
||||
};
|
||||
|
||||
iconTheme = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "Breeze";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue