Updated configuration
This commit is contained in:
@@ -19,16 +19,16 @@
|
||||
# };
|
||||
|
||||
# SDDM configuration
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.qt5.qtquickcontrols2
|
||||
libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# libsForQt5.qt5.qtquickcontrols2
|
||||
# libsForQt5.qt5.qtgraphicaleffects
|
||||
# ];
|
||||
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "${import ./sddm-theme.nix { inherit pkgs; }}";
|
||||
};
|
||||
# services.displayManager.sddm = {
|
||||
# enable = true;
|
||||
# wayland.enable = true;
|
||||
# theme = "${import ./sddm-theme.nix { inherit pkgs; }}";
|
||||
# };
|
||||
|
||||
# Sound configuration
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
Reference in New Issue
Block a user