Compare commits

..

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

2 changed files with 7 additions and 11 deletions

12
flake.lock generated
View file

@ -44,11 +44,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777851538, "lastModified": 1775425411,
"narHash": "sha256-Gp8qwTEYNoy2yvmErVGlvLOQvrtEECCAKbonW7VJef8=", "narHash": "sha256-KY6HsebJHEe5nHOWP7ur09mb0drGxYSzE3rQxy62rJo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cc09c0f9b7eaa95c2d9827338a5eb03d32505ca5", "rev": "0d02ec1d0a05f88ef9e74b516842900c41f0f2fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -82,11 +82,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1777673416, "lastModified": 1776734388,
"narHash": "sha256-5c2POKPOjU40Kh0MirOdScBLG0bu9TAuPYAtPRNZMBs=", "narHash": "sha256-vl3dkhlE5gzsItuHoEMVe+DlonsK+0836LIRDnm6MXQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "26ef669cffa904b6f6832ab57b77892a37c1a671", "rev": "10e7ad5bbcb421fe07e3a4ad53a634b0cd57ffac",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -87,11 +87,7 @@
initExtra = '' initExtra = ''
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] " export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
task ls task ls
mkdir -p ~/dwn if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
mkdir -p ~/tmp
rmdir ~/thunderbird 2>/dev/null
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize dwn."; fi
if [ "$(ls -A ~/tmp)" ]; then echo "TODO:organize tmp."; fi
''; '';
}; };