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

@ -1,34 +1,9 @@
{pkgs, ...}: {
{...}: {
imports = [
./global
./features/cli
./features/desktop
./features/games
./features/printing
./features/university
];
# Packages for our user environment
home.packages = with pkgs; [
# Graphics
gimp
# Hardware
piper
pulsemixer
# Multimedia
mpc-cli
ncmpcpp
# Browsers
firefox
];
# Configure GTK 2/3 applications to use gruvbox-material
gtk = {
enable = true;
theme = {
name = "Gruvbox-Material-Dark";
package = pkgs.unstable.gruvbox-material-gtk-theme;
};
iconTheme.name = "Gruvbox-Material-Dark";
};
}