Compare commits

...

3 Commits

Author SHA1 Message Date
mandlm 97e641e205
chore: nix flake update 2023-10-31 09:15:44 +01:00
mandlm 16a7d1db2d
feat: install zoom from unstable 2023-10-31 09:13:17 +01:00
mandlm b67b8b70e4
feat: replace exa with eza 2023-10-31 09:13:03 +01:00
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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