ooknet/home/user/ooks/ookst480s/default.nix

21 lines
330 B
Nix

{ inputs, outputs, config, ... }:
{
imports = [
../../../profile
];
activeProfiles = ["base" "hyprland"];
monitors = [{
name = "eDP-1";
width = 1920;
height = 1080;
workspace = "1";
primary = true;
transform = 0;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
}