removed swayfx and enables sway on gridlock

This commit is contained in:
2024-03-26 21:18:12 +01:00
parent 116743a296
commit 47518f0ec2
2 changed files with 12 additions and 8 deletions

View File

@@ -2,7 +2,8 @@
{
imports = [
./home-i3.nix
# ./home-i3.nix
./home-wl.nix
];
home.packages = with pkgs; [
darktable
@@ -27,4 +28,7 @@
exec xrandr --output DisplayPort-0 --scale 0.75x0.75
exec feh --bg-scale ~/.config/home-manager/xenia.png
'';
wayland.windowManager.sway.extraConfig = ''
exec swaymsg "output * scale 1.5"
'';
}