changes to modules + adoption of PC
This commit is contained in:
@@ -1,7 +1,27 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./system.nix
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
};
|
||||
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprpolkitagent
|
||||
hyprshot
|
||||
rofi
|
||||
networkmanagerapplet
|
||||
kdePackages.dolphin
|
||||
wayvnc
|
||||
awww
|
||||
mpvpaper
|
||||
waybar
|
||||
quickshell
|
||||
qt6.qtdeclarative
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user