1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

small improvements & security update

changelog:
- added additional commands for nixos `gc` in fish
- changed default app to `mpv` for gif images in mimeapps.list
- added config for clamav-scanner
- added `fangfrisch` to clamav
- sandboxed some apps & added profiles through firejail
- changed vscode to vscodium
- updated README
This commit is contained in:
xnm
2024-05-04 20:00:29 +03:00
parent c05a428e38
commit fd1a80a9c3
8 changed files with 47 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ local wezterm = require 'wezterm'
local act = wezterm.action
return {
enable_wayland = true;
color_scheme = 'Catppuccin Macchiato',
enable_tab_bar = false,
inactive_pane_hsb = {
@@ -153,4 +154,4 @@ return {
action = act.ClearSelection
},
},
}
}