chore: reformat using nixd and nixfmt-rfc-style
This commit is contained in:
parent
1ea540535e
commit
813cc599f0
38 changed files with 280 additions and 166 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#need to move stuff to home-manager
|
||||
{ pkgs, config, lib, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.settings.users.fedfer = {
|
||||
enable = lib.mkEnableOption "enables user FedFer";
|
||||
};
|
||||
|
|
@ -8,7 +14,10 @@
|
|||
users.users.fedfer = {
|
||||
isNormalUser = true;
|
||||
description = "FedFer";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue