Skip to content

Commit b3b2e7f

Browse files
more tweaks
1 parent e8e2560 commit b3b2e7f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

laptops/t/home.nix

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
# https://nix-community.github.io/home-manager/options.xhtml#opt-home.sessionVariables
2828
home.sessionVariables = {
29+
QT_QPA_PLATFORM = "wayland";
2930
GI_TYPELIB_PATH = "/run/current-system/sw/lib/girepository-1.0";
3031
# disable wayland
3132
NIXOS_OZONE_WL = "1";
@@ -230,7 +231,8 @@
230231
#
231232
zoom-us
232233
#
233-
flameshot
234+
# https://wiki.nixos.org/wiki/Flameshot
235+
(flameshot.override { enableWlrSupport = true; })
234236
grim # screenshot functionality
235237
slurp # screenshot functionality
236238
#
@@ -501,6 +503,20 @@
501503
}
502504
'';
503505
};
506+
home.file.".config/ghostty/ghostty.toml" = {
507+
target = ".config/ghostty/ghostty.toml";
508+
text = ''
509+
[window]
510+
# Whether to show the scrollback sidebar.
511+
sidebar = true
512+
513+
# The width of the scrollback sidebar.
514+
sidebar_width = 10
515+
516+
# Whether to show the scrollback sidebar on the left or right.
517+
sidebar_position = "right"
518+
'';
519+
};
504520

505521
nixpkgs.config.allowUnfree = true;
506522

laptops/t/systemPackages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
unstable.neofetch
3434

3535
# https://wiki.nixos.org/wiki/Flameshot
36-
(flameshot.override { enableWlrSupport = true; })
36+
#(flameshot.override { enableWlrSupport = true; })
3737

3838
# hyprland
3939
unstable.hyprland

0 commit comments

Comments
 (0)