Compare commits
No commits in common. "82e4691f0a3086327fa788b55ac687fbd7632c7c" and "b7f27dc241051b3d2e36d5fd2958b57b23747c40" have entirely different histories.
82e4691f0a
...
b7f27dc241
1 changed files with 1 additions and 7 deletions
|
@ -136,11 +136,6 @@
|
||||||
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;
|
||||||
|
@ -169,7 +164,6 @@
|
||||||
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;
|
||||||
|
@ -209,6 +203,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
emacs
|
emacs
|
||||||
|
sqlite
|
||||||
nano
|
nano
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
@ -269,7 +264,6 @@
|
||||||
steam-run-native
|
steam-run-native
|
||||||
#thunderbird
|
#thunderbird
|
||||||
xmrig
|
xmrig
|
||||||
ft2-clone
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue