https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ pkgs, ... }: { imports = [ ../nogui ./firefox.nix ./flameshot.nix ./ghostty.nix ./obs.nix ./spotify.nix ./wezterm.nix ./zed.nix ]; home = { packages = with pkgs; [ discord obsidian gimp ]; }; }