ADD: bspwm config

This commit is contained in:
DuN0z 2025-09-29 18:23:57 +02:00
parent 5738ff9139
commit 17cf99706a
2 changed files with 8 additions and 1 deletions

View file

@ -30,5 +30,6 @@
parted parted
tmux tmux
discord discord
xorg.xauth
]; ];
} }

View file

@ -16,7 +16,13 @@
../modules/common/energy.nix ../modules/common/energy.nix
]; ];
services.openssh.enable = true; services.openssh = {
enable = true;
settings = {
X11Forwarding = true ;
X11DisplayOffset = 10 ;
};
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
btrfs-progs btrfs-progs