fonts.fonts needed
This commit is contained in:
@@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
#];
|
|
||||||
|
|||||||
Reference in New Issue
Block a user