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 = [
|
||||
"${config.home.homeDirectory}/.local/bin"
|
||||
"${config.home.sessionVariables.GOPATH}"
|
||||
"${config.frogeye.dotfiles.path}/config/nix/scripts"
|
||||
"${config.frogeye.dotfiles.path}/scripts"
|
||||
];
|
||||
file = {
|
||||
".face" = {
|
After Width: | Height: | Size: 22 KiB |
|
@ -1,2 +1,3 @@
|
|||
dist/*
|
||||
frobar.egg-info/*
|
||||
__pycache__
|
|
@ -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
Loading…
Reference in a new issue