removed wallpapers
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 5.1 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 454 KiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 17 MiB |
Before Width: | Height: | Size: 7.3 MiB |
|
@ -63,7 +63,7 @@
|
|||
size = 24;
|
||||
};
|
||||
gtk = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.materia-theme;
|
||||
name = "Materia-dark";
|
||||
# iconTheme = {
|
||||
|
|
|
@ -29,6 +29,7 @@ in {
|
|||
ffmpeg-full
|
||||
fftw flameshot
|
||||
foot
|
||||
imv
|
||||
gcc
|
||||
gdb
|
||||
gnumake
|
||||
|
|
|
@ -38,6 +38,7 @@ in {
|
|||
plugins = [
|
||||
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
|
||||
{ name = "sponge"; src = pkgs.fishPlugins.sponge.src; }
|
||||
# { name = "z"; src = pkgs.fishPlugins.z.src; }
|
||||
{ name = "done"; src = pkgs.fishPlugins.done.src; }
|
||||
{ name = "colored_man_pages"; src = pkgs.fishPlugins.colored-man-pages.src; }
|
||||
{ name = "tide"; src = pkgs.fishPlugins.tide.src; }
|
||||
|
@ -51,9 +52,10 @@ in {
|
|||
l = "eza -a --icons";
|
||||
la = "eza -lha --icons --git";
|
||||
kys = "shutdown now";
|
||||
lg = "lazygit";
|
||||
cd = "z";
|
||||
nv = "nvim";
|
||||
update = "sudo -p 'password: ' echo 'Your daughter is just a fork of your wife.' && sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json |& nom --json";
|
||||
v = "nvim";
|
||||
update = "sudo -p 'password: ' echo '' && sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json";
|
||||
flake = "cd '${gitPath}'";
|
||||
} // cfg.extraAliases;
|
||||
};
|
||||
|
|