Merge branch 'nixos' of github.com:MoritzBoehme/dotfiles into nixos
This commit is contained in:
commit
52f8a6c34c
3 changed files with 9 additions and 0 deletions
|
@ -11,5 +11,6 @@
|
||||||
xfce.xfconf
|
xfce.xfconf
|
||||||
xfce.tumbler
|
xfce.tumbler
|
||||||
xfce.exo
|
xfce.exo
|
||||||
|
libreoffice
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,7 @@ let
|
||||||
}];
|
}];
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
initExtra = ''export DIRENV_LOG_FORMAT=""'';
|
||||||
};
|
};
|
||||||
exa.enable = true;
|
exa.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
|
|
@ -43,6 +43,13 @@
|
||||||
createDirectories = true;
|
createDirectories = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.language = {
|
||||||
|
base = "en_US.UTF-8";
|
||||||
|
time = "de_DE.UTF-8";
|
||||||
|
numeric = "de_DE.UTF-8";
|
||||||
|
paper = "de_DE.UTF-8";
|
||||||
|
};
|
||||||
|
|
||||||
home.stateVersion = "21.05";
|
home.stateVersion = "21.05";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue