[direnv] Create module
This commit is contained in:
parent
125803927c
commit
7dda8086d4
5 changed files with 26 additions and 46 deletions
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv.enable = true;
|
||||
home-manager.enable = true;
|
||||
sops.enable = true;
|
||||
ssh.enable = true;
|
||||
|
@ -69,14 +70,6 @@
|
|||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
nix = {
|
||||
# Keep derivations so shells don't break (direnv)
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
# font = "Lat2-Terminus16";
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv.enable = true;
|
||||
home-manager.enable = true;
|
||||
sops.enable = true;
|
||||
ssh.enable = true;
|
||||
|
@ -101,14 +102,6 @@
|
|||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
# Keep derivations so shells don't break (direnv)
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
# font = "Lat2-Terminus16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue