changed some pkgs and changed wezterm width
This commit is contained in:
parent
6be4f3743c
commit
ade59deab6
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
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
|
||||||
|
|
@ -49,6 +48,7 @@ in {
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonup
|
protonup
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
qview
|
||||||
ripgrep
|
ripgrep
|
||||||
solvespace
|
solvespace
|
||||||
space-cadet-pinball
|
space-cadet-pinball
|
||||||
|
|
@ -104,5 +104,5 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.plasma6.excludePackages =
|
environment.plasma6.excludePackages =
|
||||||
(with pkgs.kdePackages; [ elisa oxygen khelpcenter ]);
|
(with pkgs.kdePackages; [ elisa gwenview khelpcenter konsole oxygen ]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,11 +10,11 @@
|
||||||
local hostname = wezterm.hostname()
|
local hostname = wezterm.hostname()
|
||||||
|
|
||||||
if hostname == "rotterdam" then
|
if hostname == "rotterdam" then
|
||||||
return 108
|
return 110
|
||||||
elseif hostname == "io" then
|
elseif hostname == "io" then
|
||||||
return 89
|
return 89
|
||||||
else
|
else
|
||||||
return 108
|
return 110
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue