Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
nixConfig
/
fa67f8493337aa36ab05e59c3a800b2acbec6da5
/
.
/
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
];
}