bug fixes

This commit is contained in:
Emile Clark-Boman 2026-02-13 19:29:27 +10:00
parent 1e78d45ba8
commit 42f80cd9f2
2 changed files with 1 additions and 3 deletions

View file

@ -45,7 +45,6 @@
nix-prefetch-git
nix-index
nix-unit
deploy-rs.deploy-rs
# Python
python312 # I use 3.12 since it's in a pretty stable state now

View file

@ -2,7 +2,6 @@
# and your home-manager config (for managing hyprland's config files)
{
pkgs,
pkgs-unstable,
inputs,
config,
lib,
@ -15,7 +14,7 @@
config = lib.mkIf config.hyprland.enable {
wayland.windowManager.hyprland = {
enable = true;
package = pkgs.hyprland; # pkgs-unstable.hyprland;
package = pkgs.hyprland; # upkgs.hyprland;
xwayland.enable = true;