HM: virtualization module
This commit is contained in:
parent
e68051e845
commit
6c0c1bfe7e
3 changed files with 9 additions and 6 deletions
|
|
@ -39,8 +39,6 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
|
||||||
virt-viewer
|
|
||||||
# wineFull
|
# wineFull
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
@ -48,7 +46,6 @@
|
||||||
;
|
;
|
||||||
inherit (pkgs.gnome)
|
inherit (pkgs.gnome)
|
||||||
# geary
|
# geary
|
||||||
# gnome-boxes
|
|
||||||
# gnome-calendar
|
# gnome-calendar
|
||||||
# gnome-sound-recorder
|
# gnome-sound-recorder
|
||||||
# seahorse
|
# seahorse
|
||||||
|
|
@ -144,6 +141,7 @@
|
||||||
# ../../modules/hm/twmn.nix
|
# ../../modules/hm/twmn.nix
|
||||||
../../modules/hm/update_background.nix
|
../../modules/hm/update_background.nix
|
||||||
../../modules/hm/vim.nix
|
../../modules/hm/vim.nix
|
||||||
|
../../modules/hm/virtualization.nix
|
||||||
../../modules/hm/webapp.nix
|
../../modules/hm/webapp.nix
|
||||||
../../modules/hm/xresources.nix
|
../../modules/hm/xresources.nix
|
||||||
../../modules/hm/yazi.nix
|
../../modules/hm/yazi.nix
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,6 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
thunderbird
|
thunderbird
|
||||||
transmission-gtk
|
transmission-gtk
|
||||||
virt-manager
|
|
||||||
virt-viewer
|
|
||||||
# wineFull
|
# wineFull
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
@ -49,7 +47,6 @@
|
||||||
eog
|
eog
|
||||||
file-roller
|
file-roller
|
||||||
# geary
|
# geary
|
||||||
# gnome-boxes
|
|
||||||
# gnome-calendar
|
# gnome-calendar
|
||||||
gnome-font-viewer
|
gnome-font-viewer
|
||||||
gnome-screenshot
|
gnome-screenshot
|
||||||
|
|
@ -133,6 +130,7 @@
|
||||||
# ../../modules/hm/twmn.nix
|
# ../../modules/hm/twmn.nix
|
||||||
../../modules/hm/update_background.nix
|
../../modules/hm/update_background.nix
|
||||||
../../modules/hm/vim.nix
|
../../modules/hm/vim.nix
|
||||||
|
../../modules/hm/virtualization.nix
|
||||||
../../modules/hm/webapp.nix
|
../../modules/hm/webapp.nix
|
||||||
../../modules/hm/wl_update_background.nix
|
../../modules/hm/wl_update_background.nix
|
||||||
../../modules/hm/xresources.nix
|
../../modules/hm/xresources.nix
|
||||||
|
|
|
||||||
7
modules/hm/virtualization.nix
Normal file
7
modules/hm/virtualization.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.remmina
|
||||||
|
pkgs.virt-manager
|
||||||
|
pkgs.virt-viewer
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue