show casing shit

This commit is contained in:
2025-11-17 15:37:38 -06:00
parent 3047ff97b4
commit 8b8dc8cde8
4 changed files with 6 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ in
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = true;
PasswordAuthentication = false;
PermitRootLogin = "no";
X11Forwarding = false;
};

View File

@@ -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";

View File

@@ -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 ];
};
}

View File

@@ -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;