This commit is contained in:
Daniel Olsen
2022-04-03 17:28:22 +02:00
parent b432a2cbc1
commit fe2d2913bf
3 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
machine = {
name = "DanixDesktop";
eth = "eno1";
wlan = null;
};
profiles.base.enable = true;
profiles.xsession.enable = true;
@@ -14,6 +15,6 @@
programs.home-manager = {
enable = true;
path = "https://github.com/rycee/home-manager/archive/release-21.05.tar.gz";
path = "https://github.com/rycee/home-manager/archive/release-21.11.tar.gz";
};
}