mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Removed SDDM on nixos host, should eval with no problems now
This commit is contained in:
parent
dbc2ec790c
commit
86e19aae6e
@ -31,15 +31,24 @@
|
||||
vulkan-validation-layers
|
||||
vulkan-tools
|
||||
vulkan-utility-libraries
|
||||
# Wayland
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
libxkbcommon
|
||||
# Miniaudio
|
||||
libpulseaudio
|
||||
libpulseaudio.dev
|
||||
# Other libraries
|
||||
glfw3
|
||||
tinyobjloader
|
||||
glm
|
||||
cmake
|
||||
ninja
|
||||
pkg-config
|
||||
];
|
||||
# Environment Variables
|
||||
LD_LIBRARY_PATH = "${pkgs.vulkan-loader}/lib:${pkgs.shaderc.lib}/lib";
|
||||
LD_LIBRARY_PATH = "${pkgs.vulkan-loader}/lib:${pkgs.shaderc.lib}/lib:${pkgs.libpulseaudio}/lib:{$pkgs.libpulseaudio.dev}/lib";
|
||||
VK_LAYER_PATH = "${pkgs.vulkan-validation-layers}/share/vulkan/explicit_layer.d";
|
||||
VULKAN_SDK = "${pkgs.vulkan-validation-layers}/share/vulkan/explicit_layer.d";
|
||||
|
||||
|
||||
@ -19,30 +19,6 @@
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
||||
# Enables SDDM
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
displayManager = {
|
||||
defaultSession = "hyprland";
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
#enableHidpi = true;
|
||||
package = pkgs.kdePackages.sddm;
|
||||
theme = "sddm-astronaut-theme";
|
||||
#settings.Theme.CursorTheme = "Bibata-Modern-Classic";
|
||||
extraPackages = with pkgs; [
|
||||
kdePackages.qtmultimedia
|
||||
kdePackages.qtsvg
|
||||
kdePackages.qtvirtualkeyboard
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user