Standardize QT and ZSH history settings
This commit is contained in:
parent
9dbf18228b
commit
a25bcecf7b
7 changed files with 27 additions and 10 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
# Shortcuts
|
||||
ff = "clear && fastfetch";
|
||||
ip = "ip -c";
|
||||
spotdl = "spotdl --m3u --format opus";
|
||||
copycat = "wl-copy <";
|
||||
myip = "curl ifconfig.co";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
./fonts
|
||||
./gtk
|
||||
./nix
|
||||
./qt
|
||||
./xdg
|
||||
];
|
||||
}
|
||||
|
|
7
modules/home/settings/qt/default.nix
Normal file
7
modules/home/settings/qt/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
qt = {
|
||||
enable = config.home.desktop.enable;
|
||||
platformTheme.name = "gtk3";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue