someone elses config?

This commit is contained in:
2025-11-11 20:47:50 -05:00
parent ccf96e0d20
commit 524eb6ac9f
4 changed files with 132 additions and 14 deletions
+13 -1
View File
@@ -7,7 +7,7 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
/etc/nixos/hardware-configuration.nix
<home-manager/nixos>
];
@@ -200,5 +200,17 @@
# security.pki.certificateFiles = [ /etc/nixos/certs/ipa-ca.crt ];
programs.hyprland = {
enable = true;
withUWSM = true; # Recommended for NixOS 24.11+
xwayland.enable = true;
};
# Enable necessary services
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
};
}