updates
This commit is contained in:
parent
32f925bb69
commit
4523c69238
18 changed files with 314 additions and 102 deletions
|
|
@ -22,8 +22,8 @@
|
|||
icu
|
||||
libclang
|
||||
argc
|
||||
appimage-run
|
||||
clang
|
||||
openssl
|
||||
pinix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
nerd-fonts._0xproto
|
||||
nerd-fonts.noto
|
||||
nerd-fonts.symbols-only
|
||||
material-symbols
|
||||
ipafont
|
||||
kochi-substitute
|
||||
clear-sans
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
nmap
|
||||
httpie
|
||||
socat
|
||||
posting
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [57621];
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
debugpy
|
||||
pynvim
|
||||
pkginfo
|
||||
pypresence
|
||||
]))
|
||||
isort
|
||||
uv
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
qt6.qtdeclarative
|
||||
qt6.qtwayland
|
||||
qt6.qtsvg
|
||||
qt6.qtmultimedia
|
||||
qt6.qtimageformats
|
||||
qt5.qtwayland
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
pkgs.proton-ge-bin
|
||||
];
|
||||
};
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
enableRenice = true;
|
||||
};
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# TODO: figure out why this isnt working on wayland
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue