mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
moved common-gui apps from home-manager to system
This commit is contained in:
parent
fbad743c37
commit
d9ac753085
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
name = "Breeze";
|
||||
};
|
||||
font = {
|
||||
name = "Noto Sans Regular";
|
||||
name = "Noto Sans Nerd Font Regular";
|
||||
size = 11;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue