more nushel
This commit is contained in:
parent
2b5d1aaf51
commit
efd326da7f
3 changed files with 16 additions and 1 deletions
|
|
@ -73,6 +73,7 @@
|
|||
./extras/gaming.nix
|
||||
lsfg-vk-flake.nixosModules.default
|
||||
./extras/folding.nix
|
||||
./users/builder.nix
|
||||
];
|
||||
};
|
||||
NOlaptop = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
14
users/builder.nix
Normal file
14
users/builder.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
users.users.builder = {
|
||||
isSystemUser = true;
|
||||
group = "builder";
|
||||
useDefaultShell = true;
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
];
|
||||
};
|
||||
|
||||
users.groups.builder = {};
|
||||
|
||||
nix.settings.trusted-users = ["builder"];
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ in {
|
|||
source = ./nushell/extras;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".local/nushell/completions" = {
|
||||
home.file.".local/share/nushell/completions" = {
|
||||
source = ./nushell/completions;
|
||||
recursive = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue