Use Nixos modules for home manager configurations
All checks were successful
/ build-all (push) Successful in 54s

This commit is contained in:
ant 2026-03-12 23:32:44 +01:00
parent 632061ac61
commit 85e75928dc
10 changed files with 65 additions and 91 deletions

View file

@ -20,15 +20,6 @@
boot.supportedFilesystems = [ "ntfs" ];
networking.hostName = "basado"; # Define your hostname.
users.users.ant = {
isNormalUser = true;
shell = pkgs.fish;
description = "ant";
extraGroups =
[ "networkmanager" "wheel" "video" "libvirtd" "msr" "docker" "gamemode" ];
packages = with pkgs; [ ];
};
users.users.anvaure = {
isNormalUser = true;
shell = pkgs.fish;