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-prefetch-git
nix-index nix-index
nix-unit nix-unit
deploy-rs.deploy-rs
# Python # Python
python312 # I use 3.12 since it's in a pretty stable state now 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) # and your home-manager config (for managing hyprland's config files)
{ {
pkgs, pkgs,
pkgs-unstable,
inputs, inputs,
config, config,
lib, lib,
@ -15,7 +14,7 @@
config = lib.mkIf config.hyprland.enable { config = lib.mkIf config.hyprland.enable {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = pkgs.hyprland; # pkgs-unstable.hyprland; package = pkgs.hyprland; # upkgs.hyprland;
xwayland.enable = true; xwayland.enable = true;