Skip to content

Commit

Permalink
Merge some single attribute sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed May 3, 2024
1 parent 4c1232f commit 0fb134c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@

checks.pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
hooks = {
nixpkgs-fmt = {
enable = true;
name = pkgs.lib.mkForce "Nix files format";
};
hooks.nixpkgs-fmt = {
enable = true;
name = pkgs.lib.mkForce "Nix files format";
};
};

Expand Down
16 changes: 7 additions & 9 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,12 @@
};

qt.style = "adwaita-dark";
xdg = {
portal = {
enable = true;
config.common.default = "*";
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
xdg.portal = {
enable = true;
config.common.default = "*";
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
}

0 comments on commit 0fb134c

Please sign in to comment.