add gnome minimal export

This commit is contained in:
Alexander Navarro 2023-07-28 09:18:51 -04:00
parent 86787a43af
commit a755fad21c
3 changed files with 19 additions and 3 deletions

View file

@ -6,7 +6,8 @@
{
imports =
[ # Include the results of the hardware scan.
[
# Include the results of the hardware scan.
./hardware-configuration.nix
];
@ -136,9 +137,10 @@
xdg-utils
zsh
starship
catppuccin-cursors.macchiatoTeal
];
hardware.sensor.iio.enable = true;
services.flatpak.enable = true;
@ -156,7 +158,7 @@
users.defaultUserShell = pkgs.zsh;
environment.shells = with pkgs; [ zsh ];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
(nerdfonts.override {
fonts = [
"JetBrainsMono"

View file

@ -34,6 +34,19 @@
zellij
];
gtk = {
enable = true;
theme = {
name = "Catppuccin-Macchiato-Teal-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "teal" ];
# size = "compact";
# tweaks = [ "rimless" "black" ];
variant = "macchiato";
};
};
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards