theme&zsh
This commit is contained in:
parent
5a50140975
commit
16540a9327
@ -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
|
||||
|
@ -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 ";
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ in {
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
platformTheme.name = "gtk3";
|
||||
};
|
||||
|
||||
home.packages = [ wallpaperGen pkgs.swww ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user