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.pt_BR
|
||||
bat
|
||||
(blender-hip.withPackages (p: [ python311Packages.py-slvs ]))
|
||||
deploy-rs
|
||||
distrobox
|
||||
fd
|
||||
filelight
|
||||
firefox
|
||||
floorp
|
||||
foliate
|
||||
fzf
|
||||
gamescope
|
||||
gimp
|
||||
helvum
|
||||
heroic
|
||||
inkscape
|
||||
itch
|
||||
|
|
@ -45,7 +40,6 @@ in {
|
|||
nix-output-monitor
|
||||
obs-studio
|
||||
ocs-url
|
||||
openscad
|
||||
orca-slicer
|
||||
p7zip
|
||||
plasticity
|
||||
|
|
@ -55,19 +49,16 @@ in {
|
|||
pulseaudio
|
||||
qbittorrent
|
||||
quickemu
|
||||
qview
|
||||
ripgrep
|
||||
solvespace
|
||||
space-cadet-pinball
|
||||
sparrow
|
||||
steam-run
|
||||
thunderbird
|
||||
ungoogled-chromium
|
||||
unrar
|
||||
ventoy
|
||||
virt-manager
|
||||
wezterm
|
||||
zed-editor
|
||||
] ++ kdepkgs;
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -6,13 +6,6 @@
|
|||
extraConfig = ''
|
||||
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 {
|
||||
disable_default_key_bindings = true,
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
|
|
@ -35,7 +28,7 @@
|
|||
active_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,
|
||||
colors = {
|
||||
tab_bar = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue