fix: syntax in t480s home.nix

This commit is contained in:
ooks-io 2023-11-10 17:21:50 +13:00
parent f9646bec23
commit 1cd0e8192d
2 changed files with 9 additions and 9 deletions

View file

@ -84,12 +84,13 @@
) (config.monitors);
exec = [
"pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-blank.png --mode fill"
];
exec-once = [
"${pkgs._1password-gui}/bin/1password --silent"
"earbuds -d"
"${pkgs._1password-gui}/bin/1password --silent"
"earbuds -d"
];
};
};

View file

@ -2,18 +2,17 @@
{
imports = [
./opt/desktop/hyprland
./features/essentials
./features/wayland/window-manager/hyprland
./base
];
monitor = [{
monitors = [{
name = "eDP-1";
width = "1920";
height = "1080";
width = 1920;
height = 1080;
workspace = "1";
primary = true;
transform = "0";
transform = 0;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;