making some basic changes to syl and user
This commit is contained in:
parent
9f2249219b
commit
0c92894205
8 changed files with 253 additions and 39 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
nix-channel --update
|
||||
sudo nix-channel --update
|
||||
home-manager switch
|
||||
sudo nixos-rebuild switch
|
||||
currentdir=$(pwd)
|
||||
cd ~/.dotfiles
|
||||
nix flake update
|
||||
nix flake lock
|
||||
cd $currentdir
|
||||
|
|
5
scripts/upgrade-nix
Executable file
5
scripts/upgrade-nix
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
currentdir=$(pwd)
|
||||
cd ~/.dotfiles
|
||||
nixos-rebuild --use-remote-sudo switch --flake .#
|
||||
cd $currentdir
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 'cam'
|
||||
mpv --profile=wc --untimed av://av4l2:/dev/video0 --title='webcam'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue