moved common-gui apps from home-manager to system

This commit is contained in:
Aly Raffauf 2024-03-24 13:26:47 -04:00
parent fbad743c37
commit d9ac753085
3 changed files with 7 additions and 13 deletions

View file

@ -1,12 +1,5 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
# warp-terminal
github-desktop
obsidian
vscode
webcord
];
} }

View file

@ -41,7 +41,7 @@
name = "Breeze"; name = "Breeze";
}; };
font = { font = {
name = "Noto Sans Regular"; name = "Noto Sans Nerd Font Regular";
size = 11; size = 11;
}; };
}; };

View file

@ -19,20 +19,21 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox firefox
fractal fractal
github-desktop
gnome.gnome-software gnome.gnome-software
google-chrome google-chrome
obsidian
tauon tauon
vscode
webcord
zoom-us zoom-us
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; }) (nerdfonts.override { fonts = [ "Hack" "DroidSansMono" "Noto" ]; })
fira-code fira-code
fira-code-symbols fira-code-symbols
liberation_ttf liberation_ttf
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
]; ];
fonts.fontDir.enable = true; fonts.fontDir.enable = true;