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 1007 additions and 176 deletions
Showing only changes of commit a2096efc3f - Show all commits

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, inputs, hostName, ... }:
let
dotfiles = ./assets/dotfiles;
dotfiles = ../../assets/dotfiles;
isUconsole = hostName == "uConsole";
in {
home.username = "gortium";