bug fixes
This commit is contained in:
parent
1e78d45ba8
commit
42f80cd9f2
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue