mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Rofi config
This commit is contained in:
parent
5ffd82053d
commit
03b3066880
3 changed files with 38 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue