propper lint
This commit is contained in:
parent
901173ff7e
commit
7bd6b07d4b
@ -61,21 +61,20 @@ in
|
|||||||
users = {
|
users = {
|
||||||
groups.nixremote.gid = 555;
|
groups.nixremote.gid = 555;
|
||||||
users = {
|
users = {
|
||||||
jawz.packages =
|
jawz.packages = [
|
||||||
[
|
(pkgs.google-cloud-sdk.withExtraComponents [
|
||||||
(pkgs.google-cloud-sdk.withExtraComponents [
|
pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin
|
||||||
pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin
|
])
|
||||||
])
|
]
|
||||||
]
|
++ builtins.attrValues {
|
||||||
++ builtins.attrValues {
|
inherit (pkgs)
|
||||||
inherit (pkgs)
|
distrobox # install packages from other os
|
||||||
distrobox # install packages from other os
|
gocryptfs # encrypted filesystem! shhh!!!
|
||||||
gocryptfs # encrypted filesystem! shhh!!!
|
vcsi # video thumbnails for torrents, can I replace it with ^?
|
||||||
vcsi # video thumbnails for torrents, can I replace it with ^?
|
keypunch # practice typing
|
||||||
keypunch # practice typing
|
google-cloud-sdk-gce
|
||||||
google-cloud-sdk-gce
|
;
|
||||||
;
|
};
|
||||||
};
|
|
||||||
nixremote = {
|
nixremote = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user