Skip to content

Commit

Permalink
Merge pull request #38 from flokli/remove-dconf
Browse files Browse the repository at this point in the history
nix/profiles/kiosk: remove unnecessary dconf
  • Loading branch information
flokli authored Jul 19, 2024
2 parents 2254de0 + 7ccb8a3 commit 22f1c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/profiles/kiosk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
users.users.kiosk = {
isNormalUser = true;
uid = 1000;
packages = [ pkgs.dconf ];
};

# And configure cage to show fossbeamer on it.
Expand Down

0 comments on commit 22f1c8b

Please sign in to comment.