fuck precommit :(

This commit is contained in:
cnst
2024-07-31 18:10:04 +02:00
parent a67a342617
commit 1b7fef667c
11 changed files with 118 additions and 91 deletions

View File

@@ -1,4 +1,22 @@
{pkgs, ...}: {
imports = [
./nix
./xdg.nix
./zsh.nix
./fonts.nix
./home-manager.nix
./hyprland.nix
];
security = {
rtkit.enable = true;
pam.services.hyprlock = {};
};
programs.dconf.enable = true;
environment.localBinInPath = true;
console.useXkbConfig = true;
environment.systemPackages = with pkgs; [
anyrun
stow