This commit is contained in:
cnst
2024-07-31 09:06:39 +02:00
parent 80f2d6797d
commit 920771ce28
11 changed files with 47 additions and 65 deletions

View File

@@ -1,7 +1,17 @@
{inputs, ...}: {
{
inputs,
lib,
pkgs,
...
}: {
imports = [
inputs.hyprland.nixosModules.default
];
environment.variables.NIXOS_OZONE_WL = "1";
programs.hyprland.enable = true;
xdg.portal = {
enable = true;
config.common.default = lib.mkForce ["hyprland" "kde"];
extraPortals = [pkgs.xdg-desktop-portal-kde];
};
}

View File

@@ -24,6 +24,7 @@
settings = {
auto-optimise-store = true;
builders-use-substitutes = true;
warn-dirty = false;
experimental-features = ["nix-command" "flakes"];
flake-registry = "/etc/nix/registry.json";