diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-03-29 22:35:21 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-03-29 22:36:50 +0100 |
| commit | 2418424adabca0a1616cca4920221cd67149b65a (patch) | |
| tree | b5b237376601cdfbd386ab96be5015fc486147fc /nixos/home-manager.nix | |
| parent | ed0794d5d65c1e15038c308f0a2751a2bcc5cc84 (diff) | |
Initial commit (Pre-flakes)
Diffstat (limited to 'nixos/home-manager.nix')
| -rw-r--r-- | nixos/home-manager.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/home-manager.nix b/nixos/home-manager.nix new file mode 100644 index 0000000..6e76671 --- /dev/null +++ b/nixos/home-manager.nix @@ -0,0 +1,4 @@ +{config, pkgs, ...}: +{ + users.users.wilkuu.isNormalUser = true; +} |
