Merge branch 'main' of github.com:itepastra/nixconf
This commit is contained in:
commit
4f5463a9a8
2 changed files with 1 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ in
|
||||||
{
|
{
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
(pkgs.prismlauncher.override { withWaylandGLFW = true; })
|
pkgs.prismlauncher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,8 +94,6 @@ in
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"opacity 1.0 0.6,class:^(kitty)$"
|
"opacity 1.0 0.6,class:^(kitty)$"
|
||||||
"stayfocused,class:^(wofi)$"
|
"stayfocused,class:^(wofi)$"
|
||||||
"workspace 1 silent,class:^(vesktop)$"
|
|
||||||
"workspace 3 silent,class:^(thunderbird)$"
|
|
||||||
];
|
];
|
||||||
env = [
|
env = [
|
||||||
"WLR_NO_HARDWARE_CURSORS,1"
|
"WLR_NO_HARDWARE_CURSORS,1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue