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
26 changed files with 1975 additions and 185 deletions
Showing only changes of commit 60a0bcfdd6 - Show all commits

View File

@@ -1,5 +1,8 @@
{ pkgs, inputs, config, keys, ... }: {
home-manager.extraSpecialArgs = { inherit (config.networking) hostName; dotfiles = ./. + "/assets/dotfiles"; # git submodule (not flake input) };
{ pkgs, inputs, config, keys, self, ... }: {
home-manager.extraSpecialArgs = {
inherit (config.networking) hostName;
dotfiles = self + "/assets/dotfiles";
};
home-manager.users.gortium = import ./home.nix;
users.users.gortium = {
isNormalUser = true;