Renamed specialisations. Started configuring hyprpaper and hyprlock
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user