theme&zsh

This commit is contained in:
soraefir
2024-05-08 17:23:26 +02:00
parent 5a50140975
commit 16540a9327
3 changed files with 6 additions and 3 deletions

View File

@@ -17,8 +17,9 @@ jobs:
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: DeterminateSystems/flake-checker-action@v4
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v14

View File

@@ -14,5 +14,7 @@ in {
"ssh" = "TERM=xterm-256color ${pkgs.openssh}/bin/ssh";
"top" = "btop";
};
shellInit =
"\n sopsu() {nix-shell -p sops --run \"sops updatekeys $1\"}\n ";
};
}

View File

@@ -28,7 +28,7 @@ in {
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk3";
};
home.packages = [ wallpaperGen pkgs.swww ];