tailscale
This commit is contained in:
parent
b813ad2f36
commit
f0eea71c6b
4 changed files with 7 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
xdgOpenUsePortal = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,8 +49,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
targets.nixvim.enable = false;
|
||||
targets.qt.enable = true;
|
||||
# targets.rofi.enable = false;
|
||||
# image = ../../assets/Shogoki.png;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue