1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

here we go again

This commit is contained in:
andrey_varnavskiy
2024-11-23 12:01:38 +05:00
commit ae8789fac5
13 changed files with 729 additions and 0 deletions

58
nixos/packages.nix Normal file
View File

@@ -0,0 +1,58 @@
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
vim
wget
alacritty
chromium
git
neovim
wofi
swww
imv
mpv
unzip
microfetch
gcc
home-manager
prismlauncher
telegram-desktop
waybar
bottom
xdg-desktop-portal-hyprland
wl-clipboard
cliphist
grimblast
obsidian
htop
lf
jetbrains.pycharm-professional
python311
blueman
teams-for-linux
silicon
tree
obs-studio
fuzzel
tmux
ffmpeg
yt-dlp
jre8
ripgrep
discord
zip
nodejs
];
fonts.packages = with pkgs; [
jetbrains-mono
noto-fonts
noto-fonts-emoji
twemoji-color-font
font-awesome
powerline-fonts
powerline-symbols
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
];
}