hyprland rice in full swing

This commit is contained in:
atagen 2023-03-23 19:59:35 +11:00
parent c3a0f09a41
commit bc72aada53
19 changed files with 2278 additions and 145 deletions

View file

@ -133,7 +133,8 @@
# gtk compatibility
qt.enable = true;
qt.platformTheme = "kde";
qt.style = "kvantum";
qt.platformTheme = "qt5ct";
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
@ -164,13 +165,9 @@
river
# hackneyed
];
nixpkgs.config.permittedInsecurePackages = [
"imagemagick-6.9.12-68"
];
networking.wg-quick.interfaces = {
mullvad = {
address = [ "10.66.224.186/32" ];
@ -205,6 +202,11 @@
};
};
security.pam.services.waylock = {
text =''
auth include login
'';
};
system.stateVersion = "22.05"; # Did you read the comment?