mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, inputs, ... }:
|
||||||
let
|
let
|
||||||
hostname = config.var.hostname;
|
hostname = config.var.hostname;
|
||||||
keyboardLayout = config.var.keyboardLayout;
|
keyboardLayout = config.var.keyboardLayout;
|
||||||
@@ -108,7 +108,10 @@ in {
|
|||||||
hyprland.default = [ "gtk" "hyprland" ];
|
hyprland.default = [ "gtk" "hyprland" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
extraPortals = [
|
||||||
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
|||||||
Reference in New Issue
Block a user