changes to modules + adoption of PC

This commit is contained in:
2026-06-24 21:59:08 -05:00
parent 872d29c688
commit 03c2d57c67
46 changed files with 970 additions and 217 deletions
+23 -3
View File
@@ -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
];
}