chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-05-01 12:00:03 +08:00
parent 9555f53d70
commit e73e614016
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 48 additions and 45 deletions

View file

@ -3,17 +3,23 @@
inputs,
...
}: {
# Unfortunately some of these cannot be managed by
# home-manager, so we must install them to the system.
environment = {
systemPackages = [
# Required for some XFCE/GTK stuff
pkgs.dconf
# Picture viewer
pkgs.xfce.ristretto
# Install our XMonad and Xmobar configuration
inputs.xmonad-config.packages.${pkgs.system}.default
];
};
# Required dependencies for our xfce/gtk programs
programs = {
# File browser
thunar.enable = true;
# Configuration storage system for xfce
xfconf.enable = true;
};