Skip to content

Commit

Permalink
fix: use pantheon DE and re-enable XDG portal
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Sep 3, 2023
1 parent 361382c commit 1d70fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# - sudo nixos-rebuild switch --flake $HOME/Zero/nix-config
# - nix build .#nixosConfigurations.ripper.config.system.build.toplevel
designare = libx.mkHost { systemType = "workstation"; hostname = "designare"; username = "tcarrio"; desktop = "pantheon"; };
glass = libx.mkHost { systemType = "workstation"; hostname = "glass"; username = "tcarrio"; desktop = "sway"; };
glass = libx.mkHost { systemType = "workstation"; hostname = "glass"; username = "tcarrio"; desktop = "pantheon"; };
p1 = libx.mkHost { systemType = "workstation"; hostname = "p1"; username = "tcarrio"; desktop = "pantheon"; };
p2-max = libx.mkHost { systemType = "workstation"; hostname = "p2-max"; username = "tcarrio"; desktop = "pantheon"; };
micropc = libx.mkHost { systemType = "workstation"; hostname = "micropc"; username = "tcarrio"; desktop = "pantheon"; };
Expand Down
4 changes: 2 additions & 2 deletions nixos/_mixins/services/xdg-portal.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_: {
xdg.portal = {
enable = false;
# xdgOpenUsePortal = true;
enable = true;
xdgOpenUsePortal = true;
};
}

0 comments on commit 1d70fba

Please sign in to comment.