You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
406 B
21 lines
406 B
{ inputs, outputs, ... }:
|
|
{
|
|
imports = [
|
|
./global
|
|
./features/desktop/hyprland
|
|
./features/desktop/wireless
|
|
./features/productivity
|
|
./features/pass
|
|
./features/games
|
|
];
|
|
|
|
wallpaper = outputs.wallpapers.aenami-lunar;
|
|
colorscheme = inputs.nix-colors.colorSchemes.atelier-heath;
|
|
|
|
monitors = [{
|
|
name = "eDP-1";
|
|
width = 1920;
|
|
height = 1080;
|
|
workspace = "1";
|
|
}];
|
|
}
|
|
|