config screens positions on desktop

This commit is contained in:
2024-11-06 14:05:14 +01:00
parent 9c4ffce6c1
commit 2c35616fef
3 changed files with 25 additions and 4 deletions

View File

@ -1,7 +1,10 @@
{ config, lib, pkgs, ... }:
{
imports = [ ../modules/nitrogen.nix ];
imports = [
../modules/nitrogen.nix
./hyprland.nix
];
home.file = {
".config/bspwm/screenlayout.sh".source = ./bspwm/screenlayout.sh;
".config/bspwm/host.sh".source = ./bspwm/host.sh;