nix
This commit is contained in:
@@ -58,6 +58,8 @@ in
|
||||
};
|
||||
|
||||
gnome.gnome-keyring.enable = true;
|
||||
geoclue2.enable = true;
|
||||
upower.enable = true;
|
||||
|
||||
dbus.enable = true;
|
||||
ddccontrol.enable = false;
|
||||
|
||||
@@ -2,10 +2,12 @@
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
pkgs.nerd-fonts.ubuntu
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
meslo-lgs-nf
|
||||
pkgs.nerd-fonts.jetbrains-mono
|
||||
rubik
|
||||
];
|
||||
# ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); # ALL fonts
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ in
|
||||
nix-plist-manager.homeManagerModules.default
|
||||
nix-index-database.homeModules.nix-index
|
||||
stylix.homeModules.stylix
|
||||
illogical-flake.homeManagerModules.default
|
||||
# Add any other external HM modules here
|
||||
]
|
||||
++ (if (!isArm) then with inputs; [ steam-rom-manager.homeManagerModules.default ] else [ ])
|
||||
|
||||
Reference in New Issue
Block a user