Merge branch 'bspwm'

This commit is contained in:
DuN0z 2025-09-29 18:27:42 +02:00
commit 1b9da2180b
2 changed files with 8 additions and 1 deletions

View file

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

View file

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