fonts.fonts needed

This commit is contained in:
Sebastian Moser
2023-11-01 13:22:01 +01:00
parent c2f0b46e80
commit eb4ba503df
2 changed files with 5 additions and 7 deletions

View File

@@ -1,13 +1,16 @@
{ secretsDir, inputs, ... }: { pkgs, secretsDir, inputs, ... }:
{ {
users.users.me = { users.users.me = {
isNormalUser = true; isNormalUser = true;
#passwordFile = "${secretsDir}/me-pwd"; #passwordFile = "${secretsDir}/me-pwd";
password = "changeme"; password = "changeme";
extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; # Enable sudo for the user. extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; # Enable sudo for the user.
}; };
#home-manager._module.args = { inherit inputs; }; #home-manager._module.args = { inherit inputs; };
home-manager.users.me = import ./home.nix; home-manager.users.me = import ./home.nix;
fonts.fonts = with pkgs; [
hack-font
];
} }

View File

@@ -107,8 +107,6 @@
comma comma
delta delta
hack-font
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
# python.... # python....
@@ -154,6 +152,3 @@
} }
#fonts.fonts = with pkgs; [
#hack-font
#];