dustbowl: add ungoogled-chromium and captive-browser

This commit is contained in:
joachimschmidt557 2022-10-02 14:12:24 +02:00
parent 057a32933f
commit 22137b0957
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -190,6 +190,7 @@
xournalpp
libreoffice
okular
ungoogled-chromium
];
# Use doas instead of sudo
@ -224,6 +225,11 @@
programs.fish.enable = true;
programs.captive-browser = {
enable = true;
interface = "wlp2s0";
};
# Steam
programs.steam.enable = true;