hyprland rice in full swing
This commit is contained in:
parent
c3a0f09a41
commit
bc72aada53
19 changed files with 2278 additions and 145 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue