switch to sway

This commit is contained in:
Fabian Montero 2025-08-06 22:30:11 -06:00
parent 52e1424f48
commit 6c66eb0e36
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
4 changed files with 10 additions and 34 deletions

View file

@ -91,6 +91,10 @@
specialArgs = {
inherit flakes;
doctrine = import "${trivionomicon}/doctrine" {
inherit pkgs;
namespace = "sys";
};
};
};
@ -126,6 +130,10 @@
extraSpecialArgs = {
inherit flakes;
doctrine = import "${trivionomicon}/doctrine" {
inherit pkgs;
namespace = "hm";
};
};
};