Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
nixConfig
/
cd9a7f52c8ac40202b44c66541ead4d9e7c5c414
/
.
/
modules
/
common
/
packages.nix
blob: 5b7de8aef33ab938ed2688e7a49761c76b1b237b [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
hardware
.
enableRedistributableFirmware
=
true
;
nixpkgs
.
config
.
allowUnfree
=
true
;
home
-
manager
.
users
.
coded
.
home
.
packages
=
with
pkgs
;
[
sops
nixfmt
nextcloud
-
client
];
environment
.
systemPackages
=
with
pkgs
;
[
tmux
];
}