Moved from hyprland unstable to hyprland stable
This commit is contained in:
parent
ee5bdbaff9
commit
f490d00fc6
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#../../modules/home/desktop/hyprland
|
../../modules/home/desktop/hyprland
|
||||||
../../modules/home/programs/common.nix
|
../../modules/home/programs/common.nix
|
||||||
../../modules/home/programs/firefox.nix
|
../../modules/home/programs/firefox.nix
|
||||||
../../modules/home/programs/kitty.nix
|
|
||||||
../../modules/home/programs/neovim
|
|
||||||
../../modules/home/programs/git.nix
|
../../modules/home/programs/git.nix
|
||||||
|
../../modules/home/programs/kitty.nix
|
||||||
|
../../modules/home/programs/modrinth.nix
|
||||||
|
../../modules/home/programs/neovim
|
||||||
../../modules/home/programs/ssh.nix
|
../../modules/home/programs/ssh.nix
|
||||||
../../modules/home/theme
|
../../modules/home/theme
|
||||||
../../modules/home/theme/blueish.nix
|
../../modules/home/theme/blueish.nix
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.hyprland;
|
# package = pkgs.unstable.hyprland;
|
||||||
settings = {
|
settings = {
|
||||||
monitor = ",preferred,auto,1.566667";
|
monitor = ",preferred,auto,1.566667";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user