mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 11:33:01 -06:00
Update config-plasma.nix
This commit is contained in:
parent
1b0c2952c1
commit
a865fa5b35
1 changed files with 1 additions and 12 deletions
|
@ -24,9 +24,7 @@
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "NixOS-VM";
|
networking.hostName = "NixOS";
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Denver";
|
time.timeZone = "America/Denver";
|
||||||
|
@ -62,10 +60,6 @@
|
||||||
fish
|
fish
|
||||||
flatpak
|
flatpak
|
||||||
git
|
git
|
||||||
libsForQt5.plasma-nm
|
|
||||||
libsForQt5.plasma-pa
|
|
||||||
libsForQt5.discover
|
|
||||||
libsForQt5.sddm
|
|
||||||
thunderbird
|
thunderbird
|
||||||
tilix
|
tilix
|
||||||
];
|
];
|
||||||
|
@ -73,11 +67,6 @@
|
||||||
# Enable the OpenSSH daemon
|
# Enable the OpenSSH daemon
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
# Plasma
|
|
||||||
services.xserver.enable = true;
|
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
|
||||||
services.xserver.desktopManager.plasma5.enable = true;
|
|
||||||
|
|
||||||
# Enable Pipewire
|
# Enable Pipewire
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue