Big changes

This commit is contained in:
FredzyW 2024-09-12 16:45:16 +02:00
parent 6b6e29b05b
commit 6c47269d8f
9 changed files with 187 additions and 50 deletions

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "964a3b9c94e780636a1a4ef01afb90ab8de4bb6d";
rev = "ff969982199cdc96c29fa6ad4bb0d35231aab24c";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev

View file

@ -48,6 +48,8 @@
home="home-manager switch --flake $HM_DIR";
reb="sudo nixos-rebuild switch --flake $SYSTEM_DIR";
cam="jira issue create && jira issue assign && jira issue move";
vpnup="sudo VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=false PIA_DNS=true PIA_USER=p4558499 PIA_PASS=vUZA6Nfzci ~/program/manual-connections/run_setup.sh";
vpndown="wg-quick down pia";
};
interactiveShellInit = ''
set fish_greeting # Disable greeting

View file

@ -62,6 +62,11 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"kobo" = {
hostname = "192.168.1.192";
port = 22;
user = "root";
};
};
};
}

View file

@ -4,6 +4,10 @@
enable = true;
options = {
selection-clipboard = "clipboard";
font = "FiraCodeNerdFont Normal 12";
};
extraConfig = ''
include catppuccin-latte
'';
};
}