change setup script for new system
This commit is contained in:
parent
cf479cb98b
commit
8353b8d685
3 changed files with 10 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737672001,
|
"lastModified": 1737885640,
|
||||||
"narHash": "sha256-YnHJJ19wqmibLQdUeq9xzE6CjrMA568KN/lFPuSVs4I=",
|
"narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "035f8c0853c2977b24ffc4d0a42c74f00b182cd8",
|
"rev": "4e96537f163fad24ed9eb317798a79afc85b51b7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
7
setup-new-system.sh
Executable file
7
setup-new-system.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
echo "NEW SYSTEM SETUP"
|
||||||
|
echo "add flathub"
|
||||||
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
echo "fix autologin"
|
||||||
|
echo "install GNOME seahorse keyring to fix autologin"
|
||||||
|
nix-shell -p gnome.seahorse
|
||||||
|
echo "Now, open seahorse, change password of Login to blank"
|
|
@ -1,6 +0,0 @@
|
||||||
on new systems i have to do this
|
|
||||||
|
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
||||||
|
|
||||||
seahorse thing for auto login
|
|
||||||
i have encrypted hard drive
|
|
Loading…
Add table
Add a link
Reference in a new issue