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 1971 additions and 184 deletions
Showing only changes of commit 7827638c5a - Show all commits

View File

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