mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
update lockfile
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
51e8f535ad
commit
040ee906d8
2 changed files with 5 additions and 3 deletions
|
@ -325,11 +325,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1679616449,
|
"lastModified": 1679865578,
|
||||||
"narHash": "sha256-E6Fvb13mDFa1ZY4lDbTpKbjvUOA4gbh23GWRf3ZzOOw=",
|
"narHash": "sha256-sYQmxxqIYL3QFsRYjW0AufhGur8qWfwoOGPGHRJZlGc=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a64e169e396460d6b5763a1de1dd197df8421688",
|
"rev": "4361baa782dc3d3b35fd455a1adc370681d9187c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -155,6 +155,8 @@ in {
|
||||||
fish
|
fish
|
||||||
libsForQt5.yakuake
|
libsForQt5.yakuake
|
||||||
wacomtablet
|
wacomtablet
|
||||||
|
git
|
||||||
|
starship
|
||||||
];
|
];
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
# programs.nushell.enable = true;
|
# programs.nushell.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue