fix: whoopsie, need to install it there
This commit is contained in:
parent
32b97d99da
commit
9d2afa5a4f
2 changed files with 2 additions and 2 deletions
|
|
@ -216,8 +216,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
xdg = {
|
||||
userDirs = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.symbols-only
|
||||
nerd-fonts.noto
|
||||
|
|
|
|||
Loading…
Reference in a new issue