do some moving

This commit is contained in:
Schrottkatze 2025-03-27 20:06:54 +01:00
commit 49298541e5
No known key found for this signature in database
40 changed files with 13 additions and 16 deletions

View file

@ -1,29 +0,0 @@
{pkgs, ...}: {
imports = [
./xwayland-sat.nix
./screenshot.nix
./input.nix
./binds.nix
./style.nix
./privacy.nix
./quirks.nix
];
programs.niri.settings = {
outputs."eDP-1" = {
scale = 1.0;
};
spawn-at-startup = [
{command = ["eww" "open-many" "topBar" "bottomBar"];}
{
command = [
"${pkgs.swaybg}/bin/swaybg"
"-i"
"${../../../../other/assets/wallpaper/wallpaper.jpg}"
"-m"
"fill"
];
}
];
};
}