signal mommy
This commit is contained in:
parent
1fa23239ee
commit
adb4a2868f
3 changed files with 4 additions and 0 deletions
|
|
@ -177,6 +177,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixpkgs.config = {allowUnfree = true;};
|
nixpkgs.config = {allowUnfree = true;};
|
||||||
|
nix.nixPath = ["nixpks=${pkgs.path}"];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
system.stateVersion = lib.mkDefault "23.05";
|
system.stateVersion = lib.mkDefault "23.05";
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ local wezterm = require 'wezterm';
|
||||||
local config = {
|
local config = {
|
||||||
font = wezterm.font 'FiraCode Nerd Font',
|
font = wezterm.font 'FiraCode Nerd Font',
|
||||||
color_scheme = 'GruvboxDarkHard',
|
color_scheme = 'GruvboxDarkHard',
|
||||||
|
window_decorations = "RESIZE",
|
||||||
|
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
|
|
@ -11,6 +12,7 @@ local config = {
|
||||||
-- enable_wayland = false,
|
-- enable_wayland = false,
|
||||||
webgpu_power_preference = 'LowPower',
|
webgpu_power_preference = 'LowPower',
|
||||||
front_end = 'WebGpu',
|
front_end = 'WebGpu',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
keepassxc
|
keepassxc
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
signal-desktop
|
||||||
snapper
|
snapper
|
||||||
syncthingtray
|
syncthingtray
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue