Add virtualization support and adjust defaults
- Disable printing by setting `printEnable = false`. - Add a new `virualization` module enabling libvirtd, virt‑manager, qemuGuest and spice‑vdagentd; enable it on the desktop host. - Change default applications: enable GIMP, disable Pixieditor. - Bump Helium AppImage to version 0.14.4.1 with updated hash. - Lower notification sound volume from 0.5 to 0.1. - Refactor Bash and Fish aliases: `upd` now updates flakes, `upg` performs OS switch, and new helper aliases are added.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
printEnable = true;
|
||||
printEnable = false;
|
||||
|
||||
ensureDefaultPrinter = "Brother-T525W";
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ _: {
|
||||
*/
|
||||
docker.enable = true; # Docker: container runtime and management
|
||||
virtualbox.enable = false; # VirtualBox: PC emulator
|
||||
virualization.enable = true; # GUI application for managing local and remote virtual machines through libvirt
|
||||
flatpak = {
|
||||
enable = true; # Flatpak: universal packaging system for Linux
|
||||
packages = {
|
||||
@@ -97,9 +98,9 @@ _: {
|
||||
eyeOfGnome.enable = true; # Eye of GNOME: image viewer
|
||||
switcheroo.enable = false; # Switcheroo: file conversion tool
|
||||
freetube.enable = false; # FreeTube: privacy‑friendly YouTube client
|
||||
gimp.enable = false; # GIMP: GNU Image Manipulation Program
|
||||
gimp.enable = true; # GIMP: GNU Image Manipulation Program
|
||||
kdenlive.enable = true; # Kdenlive: video editing software
|
||||
pixieditor.enable = true; # Pixieditor: Universal editor for all your 2D needs
|
||||
pixieditor.enable = false; # Pixieditor: Universal editor for all your 2D needs
|
||||
plex.enable = false; # Plex: media player and server client
|
||||
jellyfin.enable = true; # Jellyfin: foss media player
|
||||
appImages.losslesscut.enable = true; # Losslesscut: Swiss army knife of lossless video/audio editing
|
||||
|
||||
@@ -4,6 +4,7 @@ _: {
|
||||
*/
|
||||
docker.enable = true; # Docker: container runtime and management
|
||||
virtualbox.enable = false; # VirtualBox: PC emulator
|
||||
virualization.enable = false; # GUI application for managing local and remote virtual machines through libvirt
|
||||
flatpak = {
|
||||
enable = true; # Flatpak: universal packaging system for Linux
|
||||
packages = {
|
||||
|
||||
@@ -4,6 +4,7 @@ _: {
|
||||
*/
|
||||
docker.enable = false; # Docker: container runtime and management
|
||||
virtualbox.enable = false; # VirtualBox: PC emulator
|
||||
virualization.enable = false; # GUI application for managing local and remote virtual machines through libvirt
|
||||
flatpak = {
|
||||
enable = false; # Flatpak: universal packaging system for Linux
|
||||
packages = {
|
||||
|
||||
Reference in New Issue
Block a user