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"