mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
cat Nr. 3
This commit is contained in:
parent
e179c90068
commit
6734a071ba
24
flake.lock
24
flake.lock
|
@ -144,11 +144,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1679103246,
|
||||
"narHash": "sha256-WoOMsVfm0Cofjvewm6lBjNWVaYhR2jV1cVxwYuJcR3U=",
|
||||
"lastModified": 1679166084,
|
||||
"narHash": "sha256-yr+alTr1eGjEKpMiD06FTTMP6vaoNwYEZT6mW6dQ5rM=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "6e6971606d9613f6b5aa1df9ecf68327d079c2cc",
|
||||
"rev": "06244555915339967864292dd0b83cd9732516d8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -300,11 +300,11 @@
|
|||
},
|
||||
"nixpkgs-stable_2": {
|
||||
"locked": {
|
||||
"lastModified": 1678582009,
|
||||
"narHash": "sha256-J8QzUOOv3/y97q19pGOz28gLC3lAUy1c4bWpsi5D460=",
|
||||
"lastModified": 1679139072,
|
||||
"narHash": "sha256-Gtw2Yj8DfETie3u7iHv1y5Wt+plGRmp6nTQ0EEfaPho=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c34fc09c77172c4189df4594a0749e25a23cdd9b",
|
||||
"rev": "08ef7dc8334521605a5c8b7086cc248e74ee338b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -326,11 +326,11 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1679088890,
|
||||
"narHash": "sha256-LmPS2+Wsf1Kb0pzWT7eWL69FETUehjlIVtYaj+MRU3s=",
|
||||
"lastModified": 1679175874,
|
||||
"narHash": "sha256-0U8ohwVhlxqjb/IVuRyxgyBuYrhwK0l31VC6sup3i5E=",
|
||||
"owner": "pta2002",
|
||||
"repo": "nixvim",
|
||||
"rev": "1346e503ead4559469f19bd19f430b899aeeabf3",
|
||||
"rev": "bd4384a2e582ab7ea4dad709db3078e650506e09",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -415,11 +415,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1678590185,
|
||||
"narHash": "sha256-scvu8HegWwbcvPKjh6M1DnpPYAv4EnP1krsRPItoQ+E=",
|
||||
"lastModified": 1679152338,
|
||||
"narHash": "sha256-gOVlCY84Ybbrzi3E8PEK/gOoxANYeU5f8Nm7uNPbjSo=",
|
||||
"owner": "Mic92",
|
||||
"repo": "sops-nix",
|
||||
"rev": "9e98f7a442b0e318de9cce757675c2ab922bdf2b",
|
||||
"rev": "ac6df5bc51439401a0257db4205b3df66b76da0e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
1
images/another-cat-2.sixel
Normal file
1
images/another-cat-2.sixel
Normal file
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,8 @@
|
|||
l = "ls -l";
|
||||
ll = "ls -la";
|
||||
la = "ls -a";
|
||||
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat.sixel}";
|
||||
"switch" = "sudo nixos-rebuild switch && cat ${../../../../images/another-cat-2.sixel}";
|
||||
"update" = "cd /etc/nixos && nix flake update && cat ${../../../../images/another-cat.sixel}";
|
||||
};
|
||||
history = {
|
||||
size = 10000;
|
||||
|
|
Loading…
Reference in a new issue