switch yukari to plasma
This commit is contained in:
parent
613b77d5d1
commit
33a974f852
5 changed files with 3 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./global.nix
|
||||
./features/desktop/hyprland
|
||||
./features/desktop
|
||||
./features/desktop/games
|
||||
];
|
||||
|
||||
|
|
|
@ -3,6 +3,4 @@
|
|||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.pam.services.swaylock = { };
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
../services/postgres.nix
|
||||
../desktop
|
||||
../desktop/hyprland.nix
|
||||
../desktop/plasma.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue