nix: Make nix the root

Which means now I'll have to think about real prefixes in commit names.
This commit is contained in:
Geoffrey Frogeye 2023-11-26 23:58:22 +01:00
parent 550eed06e0
commit ee178b7d57
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
190 changed files with 5 additions and 6 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
__pycache__
*.qcow2
result

View file

@ -1,2 +0,0 @@
*.qcow2
result

View file

@ -503,7 +503,7 @@ in
sessionPath = [
"${config.home.homeDirectory}/.local/bin"
"${config.home.sessionVariables.GOPATH}"
"${config.frogeye.dotfiles.path}/config/nix/scripts"
"${config.frogeye.dotfiles.path}/scripts"
];
file = {
".face" = {

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,2 +1,3 @@
dist/*
frobar.egg-info/*
__pycache__

View file

@ -16,8 +16,7 @@
dotfiles = {
path = lib.mkOption {
type = lib.types.str;
default = "${config.home.homeDirectory}/.dotfiles"; # FIXME I think we want it in ~/.config/dotfiles
# FIXME References to this use config/nix subfolder, which we might want to make root
default = "${config.home.homeDirectory}/.config/dotfiles";
};
};
};

Some files were not shown because too many files have changed in this diff Show more