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
|
let
|
||||||
kdepkgs = with pkgs.kdePackages; [
|
kdepkgs = with pkgs.kdePackages; [
|
||||||
ark
|
ark
|
||||||
|
discover
|
||||||
dolphin-plugins
|
dolphin-plugins
|
||||||
kaccounts-integration
|
kaccounts-integration
|
||||||
kaccounts-providers
|
kaccounts-providers
|
||||||
|
|
@ -42,13 +43,12 @@ in {
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
obs-studio
|
obs-studio
|
||||||
ocs-url
|
ocs-url
|
||||||
octaveFull
|
openscad
|
||||||
p7zip
|
p7zip
|
||||||
platformio
|
platformio
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonup
|
protonup
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qalculate-qt
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
quickemu
|
quickemu
|
||||||
qview
|
qview
|
||||||
|
|
@ -60,7 +60,6 @@ in {
|
||||||
thunderbird
|
thunderbird
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
unrar
|
unrar
|
||||||
vagrant
|
|
||||||
ventoy
|
ventoy
|
||||||
virt-manager
|
virt-manager
|
||||||
yad
|
yad
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
active_titlebar_bg = '#303446',
|
active_titlebar_bg = '#303446',
|
||||||
inactive_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,
|
show_new_tab_button_in_tab_bar = false,
|
||||||
colors = {
|
colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
|
|
@ -79,6 +79,7 @@
|
||||||
{ key = 'L', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Right' },
|
{ key = 'L', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Right' },
|
||||||
{ key = 'K', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Up' },
|
{ key = 'K', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Up' },
|
||||||
{ key = 'J', mods = 'SHIFT|CTRL', action = act.ActivatePaneDirection 'Down' },
|
{ 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