2nd commit
This commit is contained in:
parent
747524493d
commit
4bc7a2e607
3 changed files with 7 additions and 18 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736013363,
|
"lastModified": 1736508663,
|
||||||
"narHash": "sha256-P4lsS2Y5GzBfC8OfXtD/xWEucX6oHGTjOzjEjEJbXfc=",
|
"narHash": "sha256-ZOaGwa+WnB7Zn3YXimqjmIugAnHePdXCmNu+AHkq808=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "0d7908bd09165db6699908b7e3970f137327cbf0",
|
"rev": "2532b500c3ed2b8940e831039dcec5a5ea093afc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735834308,
|
"lastModified": 1736523798,
|
||||||
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
|
"narHash": "sha256-Xb8mke6UCYjge9kPR9o4P1nVrhk7QBbKv3xQ9cj7h2s=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6df24922a1400241dae323af55f30e4318a6ca65",
|
"rev": "130595eba61081acde9001f43de3248d8888ac4a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.elias = import .nixosModules/home.nix;
|
home-manager.users.elias = import ./nixosModules/home.nix;
|
||||||
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass
|
# Optionally, use home-manager.extraSpecialArgs to pass
|
||||||
# arguments to home.nix
|
# arguments to home.nix
|
||||||
|
|
11
update.sh
11
update.sh
|
@ -2,14 +2,3 @@
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update NixOS config."
|
git commit -m "Update NixOS config."
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
||||||
# update nixos
|
|
||||||
# sudo nixos-rebuild switch --flake .#HOST
|
|
||||||
#sudo nixos-rebuild switch --flake '.#greynix'
|
|
||||||
#sudo nixos-rebuild switch --flake '.#bluenix'
|
|
||||||
|
|
||||||
# flake update
|
|
||||||
# sudo nix flake update
|
|
||||||
|
|
||||||
# check on things
|
|
||||||
# git status
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue