This commit is contained in:
kenji
2025-12-13 09:35:21 -06:00
parent c148be1a99
commit a308923512
6 changed files with 23 additions and 12 deletions
+10
View File
@@ -1,6 +1,7 @@
{
inputs,
pkgs,
lib,
...
}: {
imports = [
@@ -12,6 +13,15 @@
hyprland.useNixForConf = false;
simpleStarship.enable = true;
};
# wayland.windowManager.hyprland = {
# settings = {
# monitor = lib.mkForce [
# "DP-1, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
# "DP-2, highres@highrr,760x0,1"
# ];
# };
# };
# programs.illogical-impulse.settings.simpleStarship.enable = true;
home.packages = [
];