nix: organized even further

This commit is contained in:
biscuit
2025-05-15 14:04:28 -05:00
parent 87f2adb3c9
commit 1b74cf48d0
4 changed files with 16 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
{ ... }: {
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];
}
+9
View File
@@ -0,0 +1,9 @@
{ ... }: {
programs.hyprland = {
enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
xwayland.enable = true;
};
}