Changed Files :o

This commit is contained in:
Jack Mechem 2026-02-23 17:52:44 -08:00
parent 5f4b193744
commit 6f5a131860
7 changed files with 317 additions and 349 deletions

View file

@ -1,44 +1,26 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
gtk3
glib
zlib
home.packages = with pkgs; [
### Desktop Stuff
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
# Neovim plugin dependencies
deno
# LSPs
lua-language-server
nil
nixfmt-rfc-style
stylua
nodejs_20
typescript
nodePackages.typescript-language-server
nodePackages.vscode-langservers-extracted
nodePackages.bash-language-server
nodePackages.prettier
nodePackages.eslint_d
nodePackages.eslint
nixd
alejandra
### Audio
playerctl
spotify
pavucontrol
lunar-client
discord
### Chat apps
lunar-client
discord
zoom-us
spotify
pavucontrol
zoom-us
];
# environment.variables = {
# WEBKIT_DISABLE_COMPOSITING_MODE = "1";
# };
### Random Libraries and Dependencies
gtk3
glib
zlib
deno
];
}