summaryrefslogtreecommitdiff
path: root/users/andromeda/home.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2025-12-30 01:08:44 +0100
committerandromeda <andromeda@lenovo>2025-12-30 01:08:44 +0100
commit0179bbeb5c9dfaf27c232d8d125af467640ddbd5 (patch)
tree501d36ed3c30fa61517f502010b5e894e72a0d4b /users/andromeda/home.nix
parenta7c4b7dcd1f5d221b976fc65b6f82e501f87738d (diff)
remove background as png, rather fetch from nix store
Diffstat (limited to 'users/andromeda/home.nix')
-rw-r--r--users/andromeda/home.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/andromeda/home.nix b/users/andromeda/home.nix
index 86aea14..526d677 100644
--- a/users/andromeda/home.nix
+++ b/users/andromeda/home.nix
@@ -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;