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 = [ imports = [
./global.nix ./global.nix
./features/desktop/hyprland ./features/desktop
./features/desktop/games ./features/desktop/games
]; ];

View file

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

View file

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

View file

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

View file

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