minor home tweaks
This commit is contained in:
parent
aee35ecfa3
commit
85b4ea5880
3 changed files with 5 additions and 5 deletions
|
@ -39,10 +39,11 @@ inputs@{ pkgs, ... }:
|
|||
wireguard-tools
|
||||
wirelesstools
|
||||
|
||||
alejandra # nix formatter
|
||||
|
||||
kdiff3
|
||||
jetbrains-toolbox
|
||||
|
||||
blanket
|
||||
vlc
|
||||
];
|
||||
|
||||
home.file."policy.json" = {
|
||||
|
|
|
@ -11,8 +11,7 @@
|
|||
my-apply = "sudo nixos-rebuild boot --flake";
|
||||
my-switch = "sudo nixos-rebuild switch --flake";
|
||||
my-update = "sudo nixos-rebuild boot --upgrade --flake";
|
||||
my-pull = "git -C ~/Repos/nixos-configuration pull --rebase";
|
||||
my-fmt = "alejandra .";
|
||||
my-pull = "git -C ~/Repos/nixos-configuration pull --rebase";
|
||||
my-test = "sudo nixos-rebuild test";
|
||||
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
|
||||
my-ip4 = "ip addr show | grep 192";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue