gitignore
This commit is contained in:
parent
c39f8252f7
commit
849bb9bb96
3 changed files with 20 additions and 0 deletions
7
.envrc
Normal file
7
.envrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use_flake() {
|
||||
watch_file flake.nix
|
||||
watch_file flake.lock
|
||||
eval "$(nix print-dev-env)"
|
||||
}
|
||||
|
||||
use flake
|
||||
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Ignore configurable file with secrets
|
||||
#/data/secrets.nix
|
||||
.DS_Store
|
||||
|
||||
# Ignore build symlinks
|
||||
result*
|
||||
internal
|
||||
.tmp
|
||||
|
||||
# Ignore vscode stuff
|
||||
/.vscode/
|
||||
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
ctags
|
||||
];
|
||||
home.file.".config/nvim".source = ./config;
|
||||
home.file.".config/nvim".recursive = true;
|
||||
programs.neovim =
|
||||
let
|
||||
conf = inputs.self.nixosConfigurations.enterprise.config.programs.neovim.configure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue