config/users/default.nix

7 lines
201 B
Nix
Raw Normal View History

2022-10-17 22:40:48 +02:00
{ config, pkgs, lib, ... }:
{
2023-02-25 01:29:13 +01:00
imports = [ <home-manager/nixos> ];
home-manager.useGlobalPkgs = true; # brrr
# When adding a new user accounts: Don't forget to set a password with passwd!
2022-10-17 22:40:48 +02:00
}