mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:03: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, ... }:
|
{ 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";
|
name = "Breeze";
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "Noto Sans Regular";
|
name = "Noto Sans Nerd Font Regular";
|
||||||
size = 11;
|
size = 11;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue