diff --git a/flake.lock b/flake.lock index 7231859..26cc5b8 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "dotfiles": { "flake": false, "locked": { - "lastModified": 1728417457, - "narHash": "sha256-EIRJXszg7iXXnxgoUzcUAmG2yytk3rtROl8jWQqFvWE=", + "lastModified": 1728740353, + "narHash": "sha256-O/AuZu+MKeFRNsanZ+vWdRJizOer8ri0cLApuP7eTaQ=", "ref": "refs/heads/main", - "rev": "787d77b7de9949a5c312ee0ad9b812e83cb96768", - "revCount": 9, + "rev": "f7d2e0d11492542d4cdcdc38c09776493d5849da", + "revCount": 13, "type": "git", "url": "https://github.com/nomadics9/dotfiles.git" }, diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index e91a9a0..3c7e959 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -133,8 +133,8 @@ in "float, title:^(Media viewer)$" "float, title:^(Volume Control)$" "float, title:^(Picture-in-Picture)$" - "size 1200 800, title:^(Volume Control)$" - "move 75 44%, title:^(Volume Control)$" + "size 1160 960, title:^(Volume Control)$" + "move 5 315, title:^(Volume Control)$" "float, title:^(fly_is_kitty)" ]; diff --git a/hosts/unkown/configuration.nix b/hosts/unkown/configuration.nix index ef75d54..760b565 100644 --- a/hosts/unkown/configuration.nix +++ b/hosts/unkown/configuration.nix @@ -15,6 +15,7 @@ # System common.services.polkit.enable = true; common.services.xdgportal.enable = true; + programs.nix-ld.enable = true; # Non nixos binaries such as mason LSPs # Filemanager common.services.nautilus.enable = true; # Virtual Box (Virt-Manager) and GPU Passthru. you have to configure hosts/services/vfio.nix for passthrough to work!