desktop selector + choice of desktop on laptop
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprland
|
||||
hyprpicker
|
||||
mpvpaper
|
||||
quickshell
|
||||
hyprpolkitagent
|
||||
rofi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user