small updates
This commit is contained in:
parent
4b02bc72f0
commit
17b183ee8e
13 changed files with 161 additions and 163 deletions
|
|
@ -23,11 +23,12 @@ in {
|
|||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
xwayland = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.sway-unwrapped;
|
||||
extraOptions = ["--unsupported-gpu"];
|
||||
|
||||
config = {
|
||||
terminal = "kitty";
|
||||
startup = [{command = "firefox";}];
|
||||
terminal = "foot";
|
||||
startup = [{command = "zen";} {command = "vesktop";} {command = "slack";} {command = "telegram-desktop";} {command = "thunderbird";}];
|
||||
|
||||
menu = "killall anyrun || anyrun";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue