switch yukari to plasma

This commit is contained in:
insects 2024-08-21 19:10:35 +02:00
parent 613b77d5d1
commit 33a974f852
5 changed files with 3 additions and 6 deletions

View file

@ -3,7 +3,7 @@
{
imports = [
./global.nix
./features/desktop/hyprland
./features/desktop
./features/desktop/games
];

View file

@ -3,6 +3,4 @@
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
}

View file

@ -1,4 +1,5 @@
{ ... }:
{
security.pam.services.swaylock = { };
services.blueman.enable = true;
}

View file

@ -3,6 +3,4 @@
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;
i18n.inputMethod.enable = true;
i18n.inputMethod.type = "ibus";
}

View file

@ -11,7 +11,7 @@
./hardware-configuration.nix
../services/postgres.nix
../desktop
../desktop/hyprland.nix
../desktop/plasma.nix
];
nixpkgs = {