added and moved

This commit is contained in:
alsaiduq-lab 2025-11-09 11:27:50 -07:00
parent 57bbe33fbf
commit a75c7e105c
15 changed files with 254 additions and 246 deletions

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
busybox # in case im missing something random
fd
unzip
jq
wrk
bitwarden
@ -20,7 +20,6 @@
nasm
nix-prefetch-git
icu
libclang
argc
clang
openssl

View file

@ -2,6 +2,7 @@
lib,
config,
pkgs,
inputs,
...
}: {
services.xserver.enable = false;
@ -13,10 +14,16 @@
xdg.portal = {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk];
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config = {
common.default = ["gtk"];
hyprland.default = ["hyprland" "gtk"];
common = {
default = [ "gtk" ];
};
hyprland = {
default = [ "gtk" ];
"org.freedesktop.impl.portal.ScreenCast" = [ "hyprland" ];
"org.freedesktop.impl.portal.Screenshot" = [ "hyprland" ];
};
};
};

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
libclang
texlive.combined.scheme-full
poppler_utils
libnotify