mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
nh got merged woooo
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
8499c4412e
commit
eefd1ddece
1 changed files with 10 additions and 5 deletions
|
@ -25,11 +25,11 @@ in {
|
|||
# ( import ./services/mail-server.nix inputs ) # needs a lot of DNS configs from cloudflaer, I only have 3 rules
|
||||
inputs.nix-but-gigachad.nixosModules.default
|
||||
];
|
||||
nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
flake = "/home/ultra/.nixdotfiles";
|
||||
};
|
||||
# nh = {
|
||||
# enable = true;
|
||||
# clean.enable = true;
|
||||
# flake = "/home/ultra/.nixdotfiles";
|
||||
# };
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
|
@ -200,6 +200,11 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
command-not-found.enable = true;
|
||||
nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
flake = "/home/ultra/.nixdotfiles";
|
||||
};
|
||||
};
|
||||
# programs.nushell.enable = true;
|
||||
# users.defaultUserShell = pkgs.zsh;
|
||||
|
|
Loading…
Reference in a new issue