Lots of changes...

Fix flake.nix merge conflict
This commit is contained in:
Jack Mechem 2026-04-03 15:10:55 -07:00
parent c165d5bbba
commit 99abfabc12
5 changed files with 280 additions and 150 deletions

View file

@ -1,36 +1,39 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
### Desktop Stuff
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
home.packages = with pkgs; [
### Desktop Stuff
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
### Audio
playerctl
spotify
pavucontrol
### Audio
playerctl
spotify
pavucontrol
### Chat apps
lunar-client
discord
zoom-us
### Chat apps
lunar-client
discord
zoom-us
### Random Libraries and Dependencies
gtk3
glib
zlib
deno
### Random Libraries and Dependencies
gtk3
glib
zlib
deno
### System Monitoring Tools
mission-center
htop
### System Monitoring Tools
mission-center
htop
### Development Tools
jetbrains.idea
jetbrains-toolbox
jdk
gnumake
];
### Development Tools
jetbrains.idea
jetbrains-toolbox
jdk
gnumake
### Note taking tools
obsidian
];
}