fix autostart for iso
This commit is contained in:
parent
5555c63a40
commit
60046c4f06
@ -88,9 +88,7 @@ in {
|
||||
}
|
||||
];
|
||||
};
|
||||
startup = (map (command: { inherit command; }) config.startupApplications) ++ [
|
||||
{ command = "${pkgs.feh}/bin/feh --bg-fill $HOME/nixos-config/misc/wallpaper"; }
|
||||
];
|
||||
startup = lib.mkIf (!config.deviceSpecific.isISO) (map (command: { inherit command; }) config.startupApplications);
|
||||
keybindings = let
|
||||
script = name: content: "exec ${pkgs.writeScript name content}";
|
||||
workspaces = (builtins.genList (x: [ (toString x) (toString x) ]) 10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user