diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-02-13 10:37:54 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-02-13 10:38:09 +0100 |
| commit | cd03ccb0e70aabc010652951cef02046cb08dabd (patch) | |
| tree | 0c521ebdaa3ebc55e32f117ea1c85b46afc5c39c /home.nix | |
| parent | 6fb7b4f6734321ed6c3af5e8f6dc04dfa139d936 (diff) | |
update and add powershell
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -19,6 +19,7 @@ docker k9s kubernetes-helm + powershell azure-cli kubectl jq @@ -56,6 +57,7 @@ enable = true; shellAliases = { s = "sudo nixos-rebuild switch --flake ${config.home.homeDirectory}/flake#"; + b = "/run/current-system/bin/switch-to-configuration boot"; h = "home-manager switch --flake ${config.home.homeDirectory}/flake#${config.home.username}"; V = "xrandr --output HDMI1 --auto --output eDP1 --off"; v = "xrandr --output eDP1 --auto --output HDMI1 --off"; @@ -175,10 +177,6 @@ vim-test vim-rest-console - # testing - neotest - neotest-python - # cmp nvim-cmp cmp-nvim-lsp |
