added sway for x230
This commit is contained in:
15
x230-wl.nix
Normal file
15
x230-wl.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs.alacritty.settings.font.size = lib.mkForce 11;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wlsunset
|
||||
];
|
||||
wayland.windowManager.sway.config = {
|
||||
startup = [
|
||||
{ command = "bash ~/scripts/sunset.sh"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user