This commit is contained in:
alsaiduq-lab 2025-10-26 07:50:01 -06:00
parent 32f925bb69
commit 4523c69238
18 changed files with 314 additions and 102 deletions

View file

@ -22,8 +22,8 @@
icu
libclang
argc
appimage-run
clang
openssl
pinix
];
}

View file

@ -8,6 +8,7 @@
nerd-fonts._0xproto
nerd-fonts.noto
nerd-fonts.symbols-only
material-symbols
ipafont
kochi-substitute
clear-sans

View file

@ -11,15 +11,6 @@
xwayland.enable = true;
};
services.greetd = {
enable = true;
package = pkgs.greetd.tuigreet;
settings.default_session = {
user = "greeter";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --cmd ${pkgs.hyprland}/bin/Hyprland";
};
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk];
@ -57,5 +48,7 @@
gsimplecal
# hyprspace
kdePackages.xwaylandvideobridge
matugen
brightnessctl
];
}

View file

@ -8,6 +8,7 @@
nmap
httpie
socat
posting
];
networking.firewall.allowedTCPPorts = [57621];

View file

@ -19,6 +19,7 @@
debugpy
pynvim
pkginfo
pypresence
]))
isort
uv

View file

@ -1,5 +1,10 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
qt6.qtdeclarative
qt6.qtwayland
qt6.qtsvg
qt6.qtmultimedia
qt6.qtimageformats
qt5.qtwayland
];
}

View file

@ -7,6 +7,10 @@
pkgs.proton-ge-bin
];
};
programs.gamemode = {
enable = true;
enableRenice = true;
};
hardware.graphics = {
enable = true;
enable32Bit = true;

View file

@ -1,3 +1,4 @@
# TODO: figure out why this isnt working on wayland
{
config,
pkgs,