mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@@ -13,27 +12,4 @@
|
||||
home-manager.nixosModules.home-manager # home-manager module
|
||||
nix-index-database.nixosModules.nix-index # nix-index module
|
||||
];
|
||||
|
||||
# defines global user
|
||||
# config.users = {
|
||||
# users = {
|
||||
# "${config.xlib.device.username}" = {
|
||||
# isNormalUser = true;
|
||||
# description = "Jor Oqyude";
|
||||
# initialPassword = "1234";
|
||||
# extraGroups = [
|
||||
# "beets"
|
||||
# "audio"
|
||||
# "disk"
|
||||
# "gamemode"
|
||||
# "libvirtd"
|
||||
# "networkmanager"
|
||||
# "pipewire"
|
||||
# "qemu-libvirtd"
|
||||
# "wheel"
|
||||
# "immich"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user