nix #11
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
__pycache__
|
*.qcow2
|
||||||
|
result
|
||||||
|
|
2
config/nix/.gitignore
vendored
2
config/nix/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*.qcow2
|
|
||||||
result
|
|
|
@ -503,7 +503,7 @@ in
|
||||||
sessionPath = [
|
sessionPath = [
|
||||||
"${config.home.homeDirectory}/.local/bin"
|
"${config.home.homeDirectory}/.local/bin"
|
||||||
"${config.home.sessionVariables.GOPATH}"
|
"${config.home.sessionVariables.GOPATH}"
|
||||||
"${config.frogeye.dotfiles.path}/config/nix/scripts"
|
"${config.frogeye.dotfiles.path}/scripts"
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
".face" = {
|
".face" = {
|
After Width: | Height: | Size: 22 KiB |
|
@ -1,2 +1,3 @@
|
||||||
dist/*
|
dist/*
|
||||||
frobar.egg-info/*
|
frobar.egg-info/*
|
||||||
|
__pycache__
|
|
@ -16,8 +16,7 @@
|
||||||
dotfiles = {
|
dotfiles = {
|
||||||
path = lib.mkOption {
|
path = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "${config.home.homeDirectory}/.dotfiles"; # FIXME I think we want it in ~/.config/dotfiles
|
default = "${config.home.homeDirectory}/.config/dotfiles";
|
||||||
# FIXME References to this use config/nix subfolder, which we might want to make root
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue