Compare commits

..

No commits in common. "97e641e20555402d0a9513ad9bb583a791c63e60" and "e91d1e1ce6ede494d54e440a694ed2536d527787" have entirely different histories.

3 changed files with 9 additions and 9 deletions

View File

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1698562188, "lastModified": 1697851979,
"narHash": "sha256-9nkxGnA/T+jLhHAMFRW157Qi/zfbf5dF1q7HfKROl3o=", "narHash": "sha256-lJ8k4qkkwdvi+t/Xc6Fn74kUuobpu9ynPGxNZR6OwoA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3e10c80821dedb93592682379f476745f370a58e", "rev": "5550a85a087c04ddcace7f892b0bdc9d8bb080c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1698318101, "lastModified": 1697723726,
"narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=", "narHash": "sha256-SaTWPkI8a5xSHX/rrKzUe+/uVNy6zCGMXgoeMb7T9rg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "63678e9f3d3afecfeafa0acead6239cdb447574c", "rev": "7c9cc5a6e5d38010801741ac830a3f8fd667a7a0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -23,7 +23,7 @@ in
}; };
shellAliases = { shellAliases = {
ls = "eza --group-directories-first --git"; ls = "exa --group-directories-first --git";
neovide = "neovide --multigrid"; neovide = "neovide --multigrid";
xclip = "xclip -selection clipboard"; xclip = "xclip -selection clipboard";
}; };

View File

@ -6,7 +6,7 @@
homeDirectory = "/home/${user}"; homeDirectory = "/home/${user}";
packages = with pkgs; [ packages = with pkgs; [
unstable.eza exa
firefox firefox
jq jq
htop htop
@ -23,7 +23,7 @@
light light
element-desktop element-desktop
difftastic difftastic
unstable.zoom-us zoom-us
darktable darktable
kubectl kubectl
kubectx kubectx