more sanely split things

This commit is contained in:
stitchy 2023-08-06 04:03:24 +00:00
parent dd9c0eeff6
commit c2796dcfb9
Signed by: stitchy
SSH key fingerprint: SHA256:c/c0ZtbxK+xTeP1ixbrfL7QgB7WXN47u8k3OC8VvYqs
7 changed files with 118 additions and 97 deletions

51
packages/default.nix Normal file
View file

@ -0,0 +1,51 @@
{pkgs}: {
import = [
./art.nix
./tools.nix
];
environment.systemPackages = with pkgs; [
wget
librewolf
kitty
exa
hyprland
git
zoxide
nheko
gnupg
hyprpaper
xdg-desktop-portal-hyprland
dunst
pavucontrol
slurp
grim
wofi
brightnessctl
imv
qt5ct
qt6ct
neofetch
wl-clipboard
glib
dracula-theme
btop
swaylock-effects
vimPlugins.nvim-lspconfig
vimPlugins.nvim-cmp
vimPlugins.cmp-nvim-lsp
vimPlugins.luasnip
vimPlugins.cmp_luasnip
vimPlugins.tokyonight-nvim
];
fonts.packages= with pkgs; [
noto-fonts
noto-fonts-emoji
liberation_ttf
nerdfonts
];
}