This commit is contained in:
2026-03-09 10:50:12 +03:00
commit f1a81a6408
119 changed files with 8378 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
config,
inputs,
lib,
pkgs,
...
}:
{
# environment.systemPackages = with pkgs; [
# # inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
# ];
services = {
noctalia-shell = {
enable = false;
};
# hypridle.enable = true;
};
programs = {
niri = {
enable = true;
};
# uwsm.enable = true;
# hyprland = {
# enable = true;
# xwayland.enable = true;
# withUWSM = true;
# };
# iio-hyprland.enable = true;
# hyprlock.enable = true;
};
}