eabhdsfgvij

This commit is contained in:
zastian@mrthoddata.com
2025-08-14 16:46:31 +01:00
parent 59482884c5
commit a7b80b43a9
3 changed files with 4 additions and 1 deletions

View File

@@ -174,6 +174,8 @@ in
nixpkgs.config.allowUnfree = true;
security.pam.services.swaylock = { };
security.pam.services.hyprland.enableGnomeKeyring = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

View File

@@ -255,5 +255,6 @@ in
#
#platformio
platformio
element-desktop
];
}

View File

@@ -15,7 +15,7 @@ in
targets.font-packages.enable = true;
#targets.fontconfig.enable = true;
targets.gtk.enable = true;
targets.kde.enable = true;
#targets.kde.enable = true;
targets.qt.enable = true;
targets.vscode.enable = true;
targets.lazygit.enable = true;