This website requires JavaScript.
Explore
Help
Register
Sign In
CameronReed
/
NixOS-Configuration
Watch
1
Star
0
Fork
0
You've already forked NixOS-Configuration
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dda32c5cc2
NixOS-Configuration
/
common
/
users
/
users.nix
12 lines
117 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit
2023-08-27 23:14:35 +00:00
{
pkgs
,
.
.
.
}:
{
users
=
{
defaultUserShell
=
pkgs
.
bash
;
}
;
imports
=
[
Switch to flakes, and reorganize everything to allow for easy multihost configuration
2024-01-09 22:28:31 +00:00
./cameron/default.nix
initial commit
2023-08-27 23:14:35 +00:00
]
;
}
Reference in New Issue
Copy Permalink