chore: refactor
This commit is contained in:
parent
e21c3a8a1f
commit
f06011e890
7 changed files with 50 additions and 45 deletions
|
@ -9,18 +9,27 @@
|
|||
./features/university
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# Graphics
|
||||
gimp
|
||||
# Hardware
|
||||
piper
|
||||
pulsemixer
|
||||
# Multimedia
|
||||
mpc-cli
|
||||
ncmpcpp
|
||||
# Browsers
|
||||
firefox
|
||||
];
|
||||
# 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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue