mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
another cat (very cute)
This commit is contained in:
parent
88e869fd45
commit
89792b20e9
3 changed files with 11 additions and 9 deletions
18
flake.lock
18
flake.lock
|
@ -117,11 +117,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1678967335,
|
||||
"narHash": "sha256-oFppZaAVRA0G/aVPvjtWaQI5EQ2dZ5LgbEKfsBmKQgA=",
|
||||
"lastModified": 1679058760,
|
||||
"narHash": "sha256-l6gRnsrIEvgq0TzQDxhbRv2ra1ky4Zhj0PuCXd3H+ik=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "b832390db376fbbf44115904cfab6680fb42e076",
|
||||
"rev": "62cc5d815cfa288afe5f82b732ad727f2809fef9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -144,11 +144,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1678984828,
|
||||
"narHash": "sha256-fULVI69XchAnznXMtVet23li8Oi0RK8ZWBb50jA0rw4=",
|
||||
"lastModified": 1679053876,
|
||||
"narHash": "sha256-pUsPJLKDIQk2XQ4rIaGHL952/uZFuGxsZO0NhQsxH/Y=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "606cb2832aff2c7305da1f880ce732f7eb464d04",
|
||||
"rev": "5b924aaf608d91e411bd4c05751dc0b7323c36a7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -326,11 +326,11 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1678961974,
|
||||
"narHash": "sha256-c1TZ+lQlWHjNJYiQZTtD0pZyXQjRlMl3GcTyLi4SF3Q=",
|
||||
"lastModified": 1679056997,
|
||||
"narHash": "sha256-0toDTW9djidl0Nm8fiXmAuJwampVfQBgSVwIJI7m2bI=",
|
||||
"owner": "pta2002",
|
||||
"repo": "nixvim",
|
||||
"rev": "6544e323966d81306f74842781a4a8c00a53a077",
|
||||
"rev": "bf042c580998db65a7e28670efc72819b74ac490",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
1
images/another-cat.sixel
Normal file
1
images/another-cat.sixel
Normal file
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,7 @@
|
|||
l = "ls -l";
|
||||
ll = "ls -la";
|
||||
la = "ls -a";
|
||||
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat.sixel}";
|
||||
};
|
||||
history = {
|
||||
size = 10000;
|
||||
|
|
Loading…
Reference in a new issue