initial commit x2
This commit is contained in:
47
system/apps.nix
Normal file
47
system/apps.nix
Normal file
@@ -0,0 +1,47 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
#Безделушки
|
||||
fastfetch
|
||||
btop
|
||||
|
||||
#Для никсы
|
||||
nix-prefetch-git
|
||||
home-manager
|
||||
nh
|
||||
|
||||
#Сис утилиты
|
||||
pciutils
|
||||
glxinfo
|
||||
killall
|
||||
inxi
|
||||
tree
|
||||
|
||||
#Основ пакеты
|
||||
micro
|
||||
wget
|
||||
git
|
||||
bash
|
||||
];
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
cantarell-fonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
fira-code-symbols
|
||||
fira-code
|
||||
dejavu_fonts
|
||||
jetbrains-mono
|
||||
nerd-fonts.symbols-only
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
fontconfig.defaultFonts.emoji = [ "Noto Color Emoji" ];
|
||||
};
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
gamemode.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
steam.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user