show casing shit
This commit is contained in:
@@ -86,7 +86,7 @@ in {
|
||||
# --- git ---
|
||||
status = "git status";
|
||||
add = "git add";
|
||||
commit = "git commit -am";
|
||||
commit = "git commit";
|
||||
push = "git push";
|
||||
pull = "git pull";
|
||||
dotfiles = "/usr/bin/git --git-dir=${home_dir}/.dotfiles --work-tree=$HOME";
|
||||
|
||||
@@ -14,7 +14,8 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
# just install package
|
||||
home.packages = with pkgs; [bitwarden-desktop bitwarden-cli];
|
||||
home.packages = with pkgs; [bitwarden-desktop bitwarden-cli hakuneko ];
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
dots = {
|
||||
stylix = {
|
||||
enable = true;
|
||||
#wallpaper = ../assets/wallpapers/yveltal.jpg;
|
||||
wallpaper = ../assets/wallpapers/hairpin.png;
|
||||
wallpaper = ../assets/wallpapers/yveltal.jpg;
|
||||
#wallpaper = ../assets/wallpapers/hairpin.png;
|
||||
};
|
||||
|
||||
programs.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user