309 current 2024-04-03 13:50:17 24.05.20240402.43f9562 6.8.2-zen2 *
This commit is contained in:
parent
5f9f257e88
commit
8e60707413
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
{...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.swayfx;
|
||||||
config = rec {
|
config = rec {
|
||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
startup = [{command = "firefox";}];
|
startup = [{command = "firefox";}];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue