ADD: bspwm config
This commit is contained in:
parent
5738ff9139
commit
17cf99706a
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue