Compare commits

..

No commits in common. "611b2effafb7c2ff7fab86f761e9a8b072e51296" and "33f753e0118139aa4fba24cea8057cab679b9683" have entirely different histories.

3 changed files with 6 additions and 15 deletions

View File

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1722318880,
"narHash": "sha256-uVzUJbkVrFnLbDTx1ht4Jz7aET9o4pBhf6fku9AYWFo=",
"lastModified": 1720734513,
"narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d34aaf7b3b4c98f2aefe0429b8946f2bcd36a59a",
"rev": "90ae324e2c56af10f20549ab72014804a3064c7f",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1722062969,
"narHash": "sha256-QOS0ykELUmPbrrUGmegAUlpmUFznDQeR4q7rFhl8eQg=",
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b73c2221a46c13557b1b3be9c2070cc42cf01eb3",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"type": "github"
},
"original": {

View File

@ -19,7 +19,5 @@
./horsch/ssh.nix
./horsch/zsh.nix
./horsch/qemu.nix
];
}

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
qemu
];
}