remove background as png, rather fetch from nix store

This commit is contained in:
andromeda
2025-12-30 01:08:44 +01:00
parent a7c4b7dcd1
commit 0179bbeb5c
9 changed files with 1 additions and 861 deletions

View File

@@ -86,7 +86,6 @@ in {
imports = [./stylix.nix];
xdg.configFile."shell".source = lib.getExe pkgs.brush;
xdg.configFile."sway/config".source = lib.mkForce sway_config;
# xdg.configFile.${background-path}.source = ./nix-wallpaper-gear.png;
wayland.windowManager.sway.enable = true;
home = {
username = "andromeda";
@@ -112,7 +111,7 @@ in {
pkgs.tree
pkgs.zoxide
];
file.${background-path}.source = ./nix-wallpaper-gear.png;
file.${background-path}.source = pkgs.nixos-artwork.wallpapers.gear;
};
programs = {
alacritty.enable = true;
@@ -165,7 +164,6 @@ in {
email = "${config.home.username}@${machine.hostname}";
};
init.defaultBranch = "master";
http.postBuffer = 524288000;
};
};
gh.enable = true;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 MiB

View File

@@ -10,7 +10,6 @@
# silk-light is light theme
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
polarity = "dark";
image = ./nix-wallpaper-gear.png;
fonts = {
monospace = {
package = pkgs.miracode;