6 Commits

Author SHA1 Message Date
andromeda
8daeb01ea9 merge development onto master 2025-12-30 01:22:24 +01:00
andromeda
0179bbeb5c remove background as png, rather fetch from nix store 2025-12-30 01:08:44 +01:00
andromeda
a7c4b7dcd1 works 2025-12-30 00:27:14 +01:00
andromeda
abab971ba6 modularise, combine 2025-12-30 00:21:26 +01:00
mtgmonkey
52e547c0a4 bak 2025-12-29 12:59:02 +01:00
mtgmonkey
29f22c7c24 failed to (create current|crawl system) director(y|ies) 2025-12-29 11:53:52 +01:00
3 changed files with 1 additions and 4 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;