mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
some temp scripts while working on nixos
This commit is contained in:
parent
516957c812
commit
e73b8be0cd
3
bin/nixos-fix-timezones
Executable file
3
bin/nixos-fix-timezones
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
doas -u localtimed localtimed
|
3
bin/nixos-rebuild
Executable file
3
bin/nixos-rebuild
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
nixos-rebuild switch -I nixos-config="/home/noah/dev/personal/dotfiles/nixos/configuration.nix"
|
3
bin/nixos-rebuild-home
Executable file
3
bin/nixos-rebuild-home
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
home-manager switch -f "/home/noah/dev/personal/dotfiles/nixos/home.nix"
|
Loading…
Reference in New Issue
Block a user