mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update configuration.nix
This commit is contained in:
parent
e8e084d1d9
commit
b8a6ae7684
1 changed files with 1 additions and 16 deletions
|
@ -7,6 +7,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./plasma.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
@ -20,12 +21,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow Unfree
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# Enable 32 Bit libraries for applications like Steam
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
|
||||||
|
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "NixOS";
|
networking.hostName = "NixOS";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
@ -68,22 +63,12 @@
|
||||||
fish
|
fish
|
||||||
flatpak
|
flatpak
|
||||||
git
|
git
|
||||||
libsForQt5.bismuth
|
|
||||||
libsForQt5.kde-gtk-config
|
|
||||||
libsForQt5.plasma-nm
|
|
||||||
libsForQt5.plasma-pa
|
|
||||||
libsForQt5.sddm
|
|
||||||
steam
|
steam
|
||||||
thunderbird
|
thunderbird
|
||||||
];
|
];
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue