fix: syntax in t480s home.nix
This commit is contained in:
parent
f9646bec23
commit
1cd0e8192d
2 changed files with 9 additions and 9 deletions
|
|
@ -84,9 +84,10 @@
|
||||||
) (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"
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue