Compare commits
4 commits
b7f27dc241
...
82e4691f0a
Author | SHA1 | Date | |
---|---|---|---|
82e4691f0a | |||
4cf98c2a29 | |||
4f58ae813d | |||
71c84f84fb |
1 changed files with 7 additions and 1 deletions
|
@ -136,6 +136,11 @@
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.gvfs = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.gnome3.gvfs;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
@ -164,6 +169,7 @@
|
||||||
defaultNetwork.dnsname.enable = true;
|
defaultNetwork.dnsname.enable = true;
|
||||||
};
|
};
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
#fonts.fontDir.enable = true;
|
#fonts.fontDir.enable = true;
|
||||||
|
@ -203,7 +209,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
emacs
|
emacs
|
||||||
sqlite
|
|
||||||
nano
|
nano
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -264,6 +269,7 @@
|
||||||
steam-run-native
|
steam-run-native
|
||||||
#thunderbird
|
#thunderbird
|
||||||
xmrig
|
xmrig
|
||||||
|
ft2-clone
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue