universedesktop: Basic DWL Configuration

This commit is contained in:
2024-05-05 10:05:50 -04:00
parent 29b0281c72
commit b075ed6888
5 changed files with 186 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
services.flatpak.enable = true;
## Flatpak requires this
xdg.portal.enable = true;
xdg.portal.wlr.enable = true;
xdg.portal.config.common.default = "*";
programs.steam.enable = true;
# Game compat
programs.gamemode.enable = true;

View File

@@ -1,6 +1,5 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
kitty
me-emacs
texlive.combined.scheme-full
pandoc