fallarbor,rustboro: sway as default session
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-27 19:47:13 -04:00
parent b3dc86210e
commit 656ab5fcff
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# Framework 13 with 11th gen Intel Core i5, 16GB RAM, 512GB SSD. # Framework 13 with 11th gen Intel Core i5, 16GB RAM, 512GB SSD.
{ {
config, config,
lib,
self, self,
... ...
}: { }: {
@ -28,7 +29,11 @@
}; };
desktop = { desktop = {
greetd.enable = true; greetd = {
enable = true;
session = lib.getExe config.programs.sway.package;
};
sway.enable = true; sway.enable = true;
}; };

View file

@ -1,6 +1,7 @@
# Lenovo Thinkpad T440p with a Core i5 4210M, 16GB RAM, 512GB SSD. # Lenovo Thinkpad T440p with a Core i5 4210M, 16GB RAM, 512GB SSD.
{ {
config, config,
lib,
self, self,
... ...
}: { }: {
@ -29,9 +30,10 @@
greetd = { greetd = {
enable = true; enable = true;
autologin = "aly"; autologin = "aly";
session = lib.getExe config.programs.sway.package;
}; };
hyprland.enable = true; sway.enable = true;
}; };
users.aly = { users.aly = {