This website requires JavaScript.
Explore
Privacy Policy
Terms of Service
Help
Sign In
ahuston-0
/
nix-dotfiles
Watch
1
Star
0
Fork
0
You've already forked nix-dotfiles
Code
Issues
Pull Requests
3
Actions
Packages
Projects
Releases
Wiki
Activity
nix-dotfiles
/
modules
/
programs.nix
8 lines
90 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
added gnupg and sops
2024-04-12 18:18:05 -04:00
{
pkgs
,
.
.
.
}:
added configuration.nix hardware.nix and programs.nix (#120) * added configuration.nix hardware.nix and programs.nix * updated boot setings * added docker * added default.nix * updated .sops.yaml * nix format Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix breaking issues Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * WIP * rhapsody_in_green --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Your Name <you@example.com>
2024-04-03 19:08:36 -04:00
{
environment
.
systemPackages
=
with
pkgs
;
[
added pacages
2024-04-06 19:22:29 -04:00
git
updated python to 3.12
2024-07-07 19:10:19 -04:00
python312
added configuration.nix hardware.nix and programs.nix (#120) * added configuration.nix hardware.nix and programs.nix * updated boot setings * added docker * added default.nix * updated .sops.yaml * nix format Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix breaking issues Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * WIP * rhapsody_in_green --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Your Name <you@example.com>
2024-04-03 19:08:36 -04:00
]
;
}
Reference in New Issue
Copy Permalink