fonts.fonts needed
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
{ secretsDir, inputs, ... }:
|
||||
{ pkgs, secretsDir, inputs, ... }:
|
||||
{
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
#passwordFile = "${secretsDir}/me-pwd";
|
||||
password = "changeme";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; # Enable ‘sudo’ for the user.
|
||||
|
||||
};
|
||||
|
||||
#home-manager._module.args = { inherit inputs; };
|
||||
home-manager.users.me = import ./home.nix;
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
hack-font
|
||||
];
|
||||
}
|
||||
|
||||
@@ -107,8 +107,6 @@
|
||||
comma
|
||||
delta
|
||||
|
||||
hack-font
|
||||
|
||||
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
|
||||
|
||||
# python....
|
||||
@@ -154,6 +152,3 @@
|
||||
}
|
||||
|
||||
|
||||
#fonts.fonts = with pkgs; [
|
||||
#hack-font
|
||||
#];
|
||||
|
||||
Reference in New Issue
Block a user