flake update, replace exa with eza and comment out broken packages from update for now

This commit is contained in:
Salar Rahmanian 2023-09-16 12:25:19 -07:00
parent 5abb42c8b6
commit 8238a99555
2 changed files with 25 additions and 15 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691640097, "lastModified": 1694810318,
"narHash": "sha256-6vPsJYjtt2hs4mkiR46yt8c/Spdm/UiUKoSCIlc7iJw=", "narHash": "sha256-LuvrVj2oj9TzdnnwtQUClqcXjpgwCP01FFVBM7azGV8=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "426d38710b656b0a31f8eaae6e0002206a3b96d7", "rev": "80bb201f4925cdda5a7a3c7b1900fb26bb2af2e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1691856649, "lastModified": 1694643239,
"narHash": "sha256-1/KYCwNyOPpUoyno9Yj3zMHITQaW+wPzVlJFPOPPCo4=", "narHash": "sha256-pv2k/5FvyirDE8g4TNehzwZ0T4UOMMmqWSQnM/luRtE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "406d34d919e9e8b831b531782cf5ef6995188566", "rev": "d9b88b43524db1591fb3d9410a21428198d75d49",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -43,11 +43,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1691654369, "lastModified": 1694767346,
"narHash": "sha256-gSILTEx1jRaJjwZxRlnu3ZwMn1FVNk80qlwiCX8kmpo=", "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ce5e4a6ef2e59d89a971bc434ca8ca222b9c7f5e", "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1691854419, "lastModified": 1694886364,
"narHash": "sha256-ZMdZIJ2ql6tyOT2XPbOZmEUiz2H0pbryZwj/nTfVREs=", "narHash": "sha256-MbwCXmTpdBlJPuJwBmAI1wb/z9J84OC4M4d7hz7spSs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "93fd3971deda2516b227a1bff71551c4eeb79f00", "rev": "40cd392b888a4d78044d733b9fee61710f749a05",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -35,7 +35,7 @@
coursier coursier
curlFull curlFull
delta delta
exa eza
fd fd
ffmpeg ffmpeg
font-awesome font-awesome
@ -75,7 +75,7 @@
rclone rclone
readline readline
ripgrep ripgrep
ripgrep-all # ripgrep-all
rnix-lsp rnix-lsp
rustup rustup
sbt sbt
@ -158,6 +158,16 @@
}; };
}; };
# programs.nheko = {
# enable = true;
# settings = {
# scaleFactor = 1.0;
# user = {
# alertOnNotification = true;
# };
# };
# };
programs.starship = { programs.starship = {
enable = true; enable = true;
settings = { settings = {
@ -288,7 +298,7 @@
ping="prettyping"; ping="prettyping";
".." = "cd .."; ".." = "cd ..";
pj="python -m json.tool"; pj="python -m json.tool";
l="exa --long --header --git --all"; l="eza --long --header --git --all";
g="git"; g="git";
gl="git log"; gl="git log";
gc="git commit -m"; gc="git commit -m";