mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Update packages & add xdg-utils
This commit is contained in:
parent
d423650603
commit
3c3e307d97
2 changed files with 10 additions and 7 deletions
|
@ -99,7 +99,8 @@ in
|
|||
speedFactor = 2;
|
||||
supportedFeatures = [ "big-parallel" "kvm" ];
|
||||
mandatoryFeatures = [ ];
|
||||
publicHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIISpV7qRTdGWVZX4YHNqXepX66T+E5tgBnp0NRNNkJo7 root@ada";
|
||||
# base64 -w0 /etc/ssh/ssh_host_ed25519_key.pub
|
||||
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUlTcFY3cVJUZEdXVlpYNFlITnFYZXBYNjZUK0U1dGdCbnAwTlJOTmtKbzcgcm9vdEBhZGEK";
|
||||
sshKey = "/home/felix/.ssh/id_ed25519";
|
||||
# }
|
||||
# {
|
||||
|
@ -186,6 +187,8 @@ in
|
|||
mosh
|
||||
tmux
|
||||
libqalculate
|
||||
## xdg-open
|
||||
xdg-utils
|
||||
## shell extras
|
||||
nushell
|
||||
## password management
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1674550793,
|
||||
"narHash": "sha256-ljJlIFQZwtBbzWqWTmmw2O5BFmQf1A/DspwMOQtGXHk=",
|
||||
"lastModified": 1675933606,
|
||||
"narHash": "sha256-y427VhPQHOKkYvkc9MMsL/2R7M11rQxzsRdRLM3htx8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "b7ac0a56029e4f9e6743b9993037a5aaafd57103",
|
||||
"rev": "44ae00e02e8036a66c08f4decdece7e3bbbefee2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -39,11 +39,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1675600654,
|
||||
"narHash": "sha256-ipsDTkzRq1CAl2g5tYd7ugjVMSKF6KLh9F+5Kso0lT0=",
|
||||
"lastModified": 1676375384,
|
||||
"narHash": "sha256-6HI3jZiuJX+KLz05cocYy2mBAWlISEKHU84ftYfxHZ8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "cff83d5032a21aad4f69bf284e95b5f564f4a54e",
|
||||
"rev": "c43f676c938662072772339be6269226c77b51b8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue