mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
home for nyx
This commit is contained in:
parent
b3435e560c
commit
ec38b5e595
1 changed files with 22 additions and 0 deletions
22
home/crow/Nyx.nix
Normal file
22
home/crow/Nyx.nix
Normal 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";
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue