merge development onto master
This commit is contained in:
@@ -86,7 +86,6 @@ in {
|
|||||||
imports = [./stylix.nix];
|
imports = [./stylix.nix];
|
||||||
xdg.configFile."shell".source = lib.getExe pkgs.brush;
|
xdg.configFile."shell".source = lib.getExe pkgs.brush;
|
||||||
xdg.configFile."sway/config".source = lib.mkForce sway_config;
|
xdg.configFile."sway/config".source = lib.mkForce sway_config;
|
||||||
# xdg.configFile.${background-path}.source = ./nix-wallpaper-gear.png;
|
|
||||||
wayland.windowManager.sway.enable = true;
|
wayland.windowManager.sway.enable = true;
|
||||||
home = {
|
home = {
|
||||||
username = "andromeda";
|
username = "andromeda";
|
||||||
@@ -112,7 +111,7 @@ in {
|
|||||||
pkgs.tree
|
pkgs.tree
|
||||||
pkgs.zoxide
|
pkgs.zoxide
|
||||||
];
|
];
|
||||||
file.${background-path}.source = ./nix-wallpaper-gear.png;
|
file.${background-path}.source = pkgs.nixos-artwork.wallpapers.gear;
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
@@ -165,7 +164,6 @@ in {
|
|||||||
email = "${config.home.username}@${machine.hostname}";
|
email = "${config.home.username}@${machine.hostname}";
|
||||||
};
|
};
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
http.postBuffer = 524288000;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.5 MiB |
@@ -10,7 +10,6 @@
|
|||||||
# silk-light is light theme
|
# silk-light is light theme
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-hard.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = ./nix-wallpaper-gear.png;
|
|
||||||
fonts = {
|
fonts = {
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.miracode;
|
package = pkgs.miracode;
|
||||||
|
|||||||
Reference in New Issue
Block a user