diff --git a/flake.nix b/flake.nix index cde764b..dacbdf3 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ noctalia = { url = "github:noctalia-dev/noctalia-shell"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.quickshell.follows = "quickshell"; # Use same quickshell version + # inputs.quickshell.follows = "quickshell"; # Use same quickshell version }; nix-colors.url = "github:misterio77/nix-colors"; diff --git a/modules/home-manager/desktop/hyprland.nix b/modules/home-manager/desktop/hyprland.nix index 4ea67bb..254d85a 100644 --- a/modules/home-manager/desktop/hyprland.nix +++ b/modules/home-manager/desktop/hyprland.nix @@ -24,6 +24,7 @@ xdgOpenUsePortal = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland + pkgs.xdg-desktop-portal ]; }; } diff --git a/modules/home-manager/stylix.nix b/modules/home-manager/stylix.nix index c812dc7..29873c4 100644 --- a/modules/home-manager/stylix.nix +++ b/modules/home-manager/stylix.nix @@ -49,8 +49,6 @@ }; }; - targets.nixvim.enable = false; - targets.qt.enable = true; # targets.rofi.enable = false; # image = ../../assets/Shogoki.png; diff --git a/modules/nixos/services.nix b/modules/nixos/services.nix index fca7205..09a4358 100644 --- a/modules/nixos/services.nix +++ b/modules/nixos/services.nix @@ -9,8 +9,12 @@ enable = true; nssmdns4 = true; }; + services.tailscale = { + enable = true; + useRoutingFeatures = "both"; + }; - programs.thunar.plugins = with pkgs.xfce; [ + programs.thunar.plugins = with pkgs; [ thunar-archive-plugin thunar-volman ];