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, ... }:
{
# 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";
};
font = {
name = "Noto Sans Regular";
name = "Noto Sans Nerd Font Regular";
size = 11;
};
};

View file

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