This website requires JavaScript.
Explore
Help
Sign In
alyraffauf
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
mirror of
https://github.com/alyraffauf/nixcfg.git
synced
2024-11-22 11:43:55 -05:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
0e36f04777
nixcfg
/
common
/
pkgs.nix
9 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
common/pkgs: install htop
2024-09-06 21:37:56 -04:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
git
htop
inxi
python3
]
;
flake: reorg common modules as flake outputs (#95) * initial committ * move plymouth and printing to desktop modules * rename commonModules -> common * rename commonModules -> common * move nix settings base -> common/nix * nix fmt * move baseModules to common/base
2024-08-22 07:46:19 -04:00
}
Reference in a new issue
Copy permalink