wow it actually is sorta workable now
This commit is contained in:
parent
15c4cae652
commit
8a58079706
15 changed files with 688 additions and 140 deletions
|
@ -1,43 +1,43 @@
|
|||
|
||||
{pkgs}: {
|
||||
{ pkgs, inputs, ... }: {
|
||||
|
||||
import = [
|
||||
imports = [
|
||||
./art.nix
|
||||
./tools.nix
|
||||
#./tools.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer
|
||||
inputs.osu-nixos
|
||||
pinentry
|
||||
wget
|
||||
librewolf
|
||||
kitty
|
||||
exa
|
||||
python3
|
||||
libnotify
|
||||
networkmanager-openvpn
|
||||
eza
|
||||
fd
|
||||
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
|
||||
# temporary home manager things
|
||||
inotify-tools
|
||||
eww-wayland
|
||||
jq
|
||||
socat
|
||||
libimobiledevice
|
||||
ifuse
|
||||
];
|
||||
|
||||
fonts.packages= with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue