its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
22 changed files with 1022 additions and 177 deletions
Showing only changes of commit 09add9f5e4 - Show all commits

View File

@@ -1,9 +1,6 @@
{ pkgs, inputs, config, keys, ... }: {
home-manager.extraSpecialArgs = { inherit (config.networking) hostName; dotfiles = ../../assets/dotfiles; };
home-manager.users.gortium = import ./home.nix;
home-manager.extraSpecialArgs = {
hostName = config.networking.hostName;
};
users.users.gortium = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" "video" "render"];