update oren to latest common
This commit is contained in:
parent
a859058d94
commit
69caf32667
6 changed files with 118 additions and 87 deletions
30
hosts/oren/sway_customizations.nix
Normal file
30
hosts/oren/sway_customizations.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ ... }:
|
||||
let
|
||||
swayExtraOptions = {
|
||||
startup = [
|
||||
{
|
||||
command = "exec sh -c 'sleep 0.01; swaymsg workspace number 1'";
|
||||
}
|
||||
];
|
||||
|
||||
# Optional output settings
|
||||
output = {
|
||||
"eDP-1" = {
|
||||
scale = "1";
|
||||
pos = "0 0";
|
||||
mode = "2560x1600@165.000Hz";
|
||||
bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
options = { };
|
||||
|
||||
config = {
|
||||
environment.systemPackages = [ ];
|
||||
|
||||
ringofstorms_common.desktopEnvironment.sway.extraOptions = swayExtraOptions;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue