mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
monitors for Incarceron, need to update niri output generation and add swww
This commit is contained in:
parent
d814f43a46
commit
0c86ef6243
1 changed files with 12 additions and 1 deletions
|
|
@ -1,8 +1,19 @@
|
|||
{...}: {
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
common/core
|
||||
common/optional/desktops/niri.nix
|
||||
common/optional/browsers/firefox.nix
|
||||
common/optional/comms
|
||||
];
|
||||
|
||||
monitors = [
|
||||
{
|
||||
name = "eDP-1";
|
||||
primary = true;
|
||||
width = 2256;
|
||||
height = 1504;
|
||||
refreshRate = 60;
|
||||
background = lib.custom.relativeToRoot "assets/wallpapers/kali_lol.jpg";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue