Renamed specialisations. Started configuring hyprpaper and hyprlock

This commit is contained in:
2025-11-21 09:23:30 +01:00
parent ee522bd869
commit 27d3b1cae1
11 changed files with 140 additions and 90 deletions

View File

@ -15,13 +15,44 @@ in
{
imports =
[
#Example:
#./hardware-configuration.nix
./autostart.nix
#Moved Back to flake until plasma theme configuration is done!
#./zsh.nix
];
home-manager.sharedModules = [
./plasma-home.nix
];
services = {
xserver = {
enable = true;
videoDrivers = [ "amdgpu" ];
xkb = {
layout = "de";
variant = "";
};
desktopManager = {
#gnome.enable = true;
xterm.enable = false;
};
excludePackages = [ pkgs.xterm ];
## Enable sound with pipewire.
#services.pulseaudio.enable = false;
};
displayManager = {
sddm = {
enable = true;
theme = "breeze";
wayland.enable = true;
};
};
};
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
#services.xserver.enable = true;
@ -33,9 +64,8 @@ in
#};
system.activationScripts.script.text = ''
source /etc/nixos/other/colors.sh
source /etc/nixos/other/colors.sh
source /etc/nixos/other/pfp.sh
'';
#services.displayManager.sddm = {