Skip to content

Commit

Permalink
Update nixos-router
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Aug 25, 2023
1 parent 2a3f6de commit dc0b2a6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nixos-modules/jared/data.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rec {
cursorTheme = "Adwaita";
gtkIconTheme = cursorTheme;
gtkTheme = "${gtkIconTheme}-dark";
backgroundColor = "#222222";
colors = {
modus-vivendi = {
background = "000000";
Expand Down
6 changes: 1 addition & 5 deletions nixos-modules/jared/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,7 @@ in
name = "sway.config";
src = ./sway.config.in;
inherit (config.services.xserver) xkbModel xkbOptions;
# public domain monet paintings: https://commons.wikimedia.org/wiki/Claude_Monet_Paintings_in_Public_Domain
wallpaper = pkgs.fetchurl {
url = "https://upload.wikimedia.org/wikipedia/commons/7/70/Los_nen%C3%BAfares_%28Monet%29.jpg";
sha256 = "sha256-VQdogXH5yXU/icTHfVVcJWubYmFNGzpCNsKGqeXPh0s=";
};
inherit (guiData) backgroundColor;
};
}
{
Expand Down
2 changes: 1 addition & 1 deletion nixos-modules/jared/sway.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ input "10900:43012:GTCH7503:00_2A94:A804" {
}

output "*" {
background @wallpaper@ fill
background @backgroundColor@ solid_color
}

seat "*" {
Expand Down

0 comments on commit dc0b2a6

Please sign in to comment.