Some pkgs
This commit is contained in:
parent
abc0c2a525
commit
7a86fb9757
2 changed files with 4 additions and 4 deletions
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
kdepkgs = with pkgs.kdePackages; [
|
||||
ark
|
||||
discover
|
||||
dolphin-plugins
|
||||
kaccounts-integration
|
||||
kaccounts-providers
|
||||
|
|
@ -42,13 +43,12 @@ in {
|
|||
nix-output-monitor
|
||||
obs-studio
|
||||
ocs-url
|
||||
octaveFull
|
||||
openscad
|
||||
p7zip
|
||||
platformio
|
||||
prismlauncher
|
||||
protonup
|
||||
pulseaudio
|
||||
qalculate-qt
|
||||
qbittorrent
|
||||
quickemu
|
||||
qview
|
||||
|
|
@ -60,7 +60,6 @@ in {
|
|||
thunderbird
|
||||
ungoogled-chromium
|
||||
unrar
|
||||
vagrant
|
||||
ventoy
|
||||
virt-manager
|
||||
yad
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
active_titlebar_bg = '#303446',
|
||||
inactive_titlebar_bg = '#303446',
|
||||
},
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
hide_tab_bar_if_only_one_tab = false,
|
||||
show_new_tab_button_in_tab_bar = false,
|
||||
colors = {
|
||||
tab_bar = {
|
||||
|
|
@ -79,6 +79,7 @@
|
|||
{ key = 'L', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Right' },
|
||||
{ key = 'K', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Up' },
|
||||
{ key = 'J', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Down' },
|
||||
{ key = 'P', mods = 'SHIFT|CTRL', action = act.ActivateCommandPalette },
|
||||
},
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue