Unknown Changes

This commit is contained in:
Jack Mechem 2025-11-19 09:35:59 -08:00
parent 3108b3753d
commit 0ab24e1a02
6 changed files with 42 additions and 6 deletions

View file

@ -35,12 +35,22 @@
programs.dconf.enable = true;
nixpkgs.config.allowUnfree = true;
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
];
};
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = { "jack" = import ./home.nix; };
};
nixpkgs.config.allowUnfree = true;
services.libinput.enable = true;