add gnome minimal export
This commit is contained in:
parent
86787a43af
commit
a755fad21c
3 changed files with 19 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue