Modded some pkgs
This commit is contained in:
parent
f5b3bc9654
commit
2a9cd8a73d
2 changed files with 1 additions and 17 deletions
|
|
@ -17,18 +17,13 @@ in {
|
||||||
aspellDicts.en-computers
|
aspellDicts.en-computers
|
||||||
aspellDicts.pt_BR
|
aspellDicts.pt_BR
|
||||||
bat
|
bat
|
||||||
(blender-hip.withPackages (p: [ python311Packages.py-slvs ]))
|
|
||||||
deploy-rs
|
deploy-rs
|
||||||
distrobox
|
distrobox
|
||||||
fd
|
fd
|
||||||
filelight
|
filelight
|
||||||
firefox
|
firefox
|
||||||
floorp
|
|
||||||
foliate
|
|
||||||
fzf
|
fzf
|
||||||
gamescope
|
|
||||||
gimp
|
gimp
|
||||||
helvum
|
|
||||||
heroic
|
heroic
|
||||||
inkscape
|
inkscape
|
||||||
itch
|
itch
|
||||||
|
|
@ -45,7 +40,6 @@ in {
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
obs-studio
|
obs-studio
|
||||||
ocs-url
|
ocs-url
|
||||||
openscad
|
|
||||||
orca-slicer
|
orca-slicer
|
||||||
p7zip
|
p7zip
|
||||||
plasticity
|
plasticity
|
||||||
|
|
@ -55,19 +49,16 @@ in {
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qbittorrent
|
qbittorrent
|
||||||
quickemu
|
quickemu
|
||||||
qview
|
|
||||||
ripgrep
|
ripgrep
|
||||||
solvespace
|
solvespace
|
||||||
space-cadet-pinball
|
space-cadet-pinball
|
||||||
sparrow
|
sparrow
|
||||||
steam-run
|
steam-run
|
||||||
thunderbird
|
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
unrar
|
unrar
|
||||||
ventoy
|
ventoy
|
||||||
virt-manager
|
virt-manager
|
||||||
wezterm
|
wezterm
|
||||||
zed-editor
|
|
||||||
] ++ kdepkgs;
|
] ++ kdepkgs;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,6 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
|
|
||||||
wezterm.on('update-right-status', function(window, pane)
|
|
||||||
local date = wezterm.strftime '%H:%M'
|
|
||||||
window:set_right_status(wezterm.format {
|
|
||||||
{ Text = date .. ' '},
|
|
||||||
})
|
|
||||||
end)
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
color_scheme = "Catppuccin Mocha",
|
color_scheme = "Catppuccin Mocha",
|
||||||
|
|
@ -35,7 +28,7 @@
|
||||||
active_titlebar_bg = '#303446',
|
active_titlebar_bg = '#303446',
|
||||||
inactive_titlebar_bg = '#303446',
|
inactive_titlebar_bg = '#303446',
|
||||||
},
|
},
|
||||||
hide_tab_bar_if_only_one_tab = false,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
show_new_tab_button_in_tab_bar = false,
|
show_new_tab_button_in_tab_bar = false,
|
||||||
colors = {
|
colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue