File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 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" ;
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 #
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments