This commit is contained in:
gwg313 2026-01-24 09:44:01 -05:00
parent 49cca73363
commit c05813575f
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
40 changed files with 2364 additions and 526 deletions

View file

@ -26,12 +26,14 @@
../modules/common.nix
../../common/style/vars/vars.nix
../modules/hyprland
# ../modules/niri
../modules/common-gui.nix
../modules/linux-gui.nix
../modules/devenv.nix
../modules/ssh.nix
../modules/gh-dash.nix
../modules/ags.nix
../modules/vesktop.nix
# ../modules/neovim
../modules/yazi.nix
# ../modules/hyprpanel.nix

View file

@ -7,7 +7,8 @@
config,
pkgs,
...
}: {
}:
{
# You can import other home-manager modules here
imports = [
# If you want to use modules your own flake exports (from modules/home-manager):
@ -80,7 +81,7 @@
};
emoji = {
package = pkgs.noto-fonts-emoji;
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
};