Rofi config

This commit is contained in:
Tyler Mayoff 2025-02-16 20:58:36 -05:00
parent 5ffd82053d
commit 03b3066880
3 changed files with 38 additions and 32 deletions

View file

@ -99,10 +99,10 @@
enable = true;
enableWifi = true;
geoProviderUrl = "https://api.beacondb.net/v1/geolocate";
enableDemoAgent = true;
};
services.flatpak.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
@ -115,6 +115,7 @@
};
environment.systemPackages = with pkgs; [
# unstable.bitwarden-desktop
sqlite
vscode
lm_sensors
@ -133,6 +134,11 @@
wrapperFeatures.gtk = true;
};
programs.appimage = {
enable = true;
binfmt = true;
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;