oxidizing

This commit is contained in:
maxstrb 2026-03-14 21:45:57 +01:00
parent a46356a178
commit a9eadc52f3
35 changed files with 726 additions and 1223 deletions

View file

@ -1,10 +1,4 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
wl-clipboard
libsForQt5.qt5.qtquickcontrols2
libsForQt5.qt5.qtgraphicaleffects
];
{
hardware.graphics = {
enable = true;
enable32Bit = true;
@ -16,32 +10,8 @@
portal.enable = true;
};
programs = {
hyprland = {
enable = true;
withUWSM = true;
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
};
security.pam.services.hyprlock = {};
services = {
xserver = {
enable = true;
videoDrivers = ["amdgpu"];
xkb = {
layout = "cz";
variant = "";
options = "caps:escape";
};
};
};
environment.sessionVariables = {
TERMINAL = "foot";
EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
services.xserver = {
enable = true;
videoDrivers = ["amdgpu"];
};
}