nixos-config/users/rouven/modules/default.nix
Rouven Seifert 41d35b3cc9
user: many changes
- remove qutebrowser as it is broken
- fix foot systemd units
- fix waybar fonts
- add some packages
2024-02-11 19:59:55 +01:00

19 lines
197 B
Nix

{ ... }:
{
imports = [
./foot
./git
./gpg
./helix
./wayland
./mpv
# broken
# ./qutebrowser
./spotify
./ssh
./theme
./tex
./packages.nix
];
}