This commit is contained in:
2024-04-02 00:11:28 +01:00
parent 4a01d7e936
commit 3f9eed307f
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -161,6 +161,7 @@ nixpkgs.overlays = [
};
home-manager = {
useGlobalPkgs = true;
extraSpecialArgs = { inherit inputs; };
users = {
"liamm" = import ./home.nix;
@@ -195,6 +196,7 @@ nixpkgs.overlays = [
extraPortals = with pkgs;[
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xdg-desktop-portal-hyprland
];
config = {
common = {