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

View File

@ -23,7 +23,7 @@ in
}; };
shellAliases = { shellAliases = {
ls = "exa --group-directories-first --git"; ls = "eza --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; [
exa unstable.eza
firefox firefox
jq jq
htop htop
@ -23,7 +23,7 @@
light light
element-desktop element-desktop
difftastic difftastic
zoom-us unstable.zoom-us
darktable darktable
kubectl kubectl
kubectx kubectx