stable
This commit is contained in:
parent
53395d3971
commit
c2f85fddb8
14 changed files with 144 additions and 324 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{ pkgs, pkgs-unstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = [
|
||||
pkgs.opera
|
||||
pkgs.discord
|
||||
|
||||
# Dev stuff
|
||||
pkgs.gcc
|
||||
pkgs.go
|
||||
pkgs.lua
|
||||
pkgs.nodejs_21
|
||||
pkgs.nodePackages.pnpm
|
||||
(pkgs.python3.withPackages
|
||||
(python-pkgs: [ python-pkgs.pip python-pkgs.requests ]))
|
||||
|
|
@ -33,7 +35,7 @@
|
|||
|
||||
# Utils
|
||||
pkgs.viewnior
|
||||
pkgs-unstable.hyprshot
|
||||
pkgs.hyprshot
|
||||
pkgs.catppuccin-cursors.macchiatoBlue
|
||||
pkgs.catppuccin-gtk
|
||||
# pkgs.papirus-folders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue