theme&zsh

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

View File

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

View File

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

View File

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