mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53: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
|
# ( 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
|
inputs.nix-but-gigachad.nixosModules.default
|
||||||
];
|
];
|
||||||
nh = {
|
# nh = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
clean.enable = true;
|
# clean.enable = true;
|
||||||
flake = "/home/ultra/.nixdotfiles";
|
# flake = "/home/ultra/.nixdotfiles";
|
||||||
};
|
# };
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
|
@ -200,6 +200,11 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
command-not-found.enable = true;
|
command-not-found.enable = true;
|
||||||
|
nh = {
|
||||||
|
enable = true;
|
||||||
|
clean.enable = true;
|
||||||
|
flake = "/home/ultra/.nixdotfiles";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# programs.nushell.enable = true;
|
# programs.nushell.enable = true;
|
||||||
# users.defaultUserShell = pkgs.zsh;
|
# users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
Loading…
Reference in a new issue