Compare commits

..

No commits in common. "93bd3159f8a845e5fc50b123110d6eb7d62ffa08" and "939b656fa52fb426422280e0701edc3a5f7ab412" have entirely different histories.

2 changed files with 7 additions and 8 deletions

12
flake.lock generated
View file

@ -44,11 +44,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778905220, "lastModified": 1777851538,
"narHash": "sha256-ox/5IHc8uwy6UTw6N7Shp6uCHIgu/S2PsWeuXsOHSo8=", "narHash": "sha256-Gp8qwTEYNoy2yvmErVGlvLOQvrtEECCAKbonW7VJef8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d1686dc7d36cbd1234cb226ad6ef97e882716acb", "rev": "cc09c0f9b7eaa95c2d9827338a5eb03d32505ca5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -82,11 +82,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1778737229, "lastModified": 1777673416,
"narHash": "sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI=", "narHash": "sha256-5c2POKPOjU40Kh0MirOdScBLG0bu9TAuPYAtPRNZMBs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d7a713c0b7e47c908258e71cba7a2d77cc8d71d5", "rev": "26ef669cffa904b6f6832ab57b77892a37c1a671",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -27,8 +27,7 @@
":q" = "exit"; ":q" = "exit";
"h" = "hx"; "h" = "hx";
"o" = "xdg-open"; "o" = "xdg-open";
"rebuild" = "sudo nixos-rebuild switch --flake ~/dev/nixos"; "update" = "sudo nixos-rebuild switch --flake ~/dev/nixos";
"update" = "nix flake update --flake ~/dev/nixos";
"rm" = "rm -i"; "rm" = "rm -i";
"ls" = "eza --git-ignore -ls type"; "ls" = "eza --git-ignore -ls type";
}; };