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); ) (config.monitors);
exec = [ 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" "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-blank.png --mode fill"
]; ];
exec-once = [ exec-once = [
"${pkgs._1password-gui}/bin/1password --silent" "${pkgs._1password-gui}/bin/1password --silent"
"earbuds -d" "earbuds -d"
]; ];
}; };
}; };

View file

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