home for nyx

This commit is contained in:
TheWanderingCrow 2025-07-24 14:43:29 -04:00
parent b3435e560c
commit ec38b5e595

22
home/crow/Nyx.nix Normal file
View file

@ -0,0 +1,22 @@
{lib, ...}: {
imports = [
common/core
common/optional/desktops/sway
common/optional/desktops/niri.nix
common/optional/browsers/firefox.nix
common/optional/comms
common/optional/media
common/optional/gaming
];
monitors = [
{
name = "eDP-1";
primary = true;
width = 2650;
height = 1440;
refreshRate = 60;
background = lib.custom.relativeToRoot "assets/wallpapers/kali_lol.jpg";
}
];
}