working version of godot; remove waydroid

This commit is contained in:
2025-03-17 11:24:43 +00:00
parent 7ffb78ab59
commit aa1c23af60
3 changed files with 19 additions and 19 deletions

View File

@@ -15,9 +15,9 @@
enable = true; enable = true;
storageDriver = "btrfs"; storageDriver = "btrfs";
}; };
waydroid = { # waydroid = {
enable = true; # enable = true;
}; # };
}; };
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
# environment.systemPackages = with pkgs;[ podman-compose ]; # environment.systemPackages = with pkgs;[ podman-compose ];

24
flake.lock generated
View File

@@ -85,11 +85,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1741916884, "lastModified": 1742176409,
"narHash": "sha256-x5449hmPlq6A1nmEii0+uCwYv1a0URLa78RbnKZ+Rls=", "narHash": "sha256-jaTi5Tn5EIvYxThnNs4lFXWROCh8ihgSeORZ9Z1EClc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "69cd2482309b5a806f0cf6a7306e47b8b155f014", "rev": "002ff77f2ab6417997c5e33883c754f8b23dc11d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -100,11 +100,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1741792691, "lastModified": 1742180333,
"narHash": "sha256-f0BVt1/cvA0DQ/q3rB+HY4g4tKksd03ZkzI4xehC2Ew=", "narHash": "sha256-SrvP0G0fxz35lvQxBhAeJOl6+BueIsxJ4azMX+l/kAU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "e1f12151258b12c567f456d8248e4694e9390613", "rev": "113cd3916682def185290145924fa30b30bda972",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -132,11 +132,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1741851582, "lastModified": 1742069588,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=", "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32", "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -148,11 +148,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1741862977, "lastModified": 1742136038,
"narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=", "narHash": "sha256-DDe16FJk18sadknQKKG/9FbwEro7A57tg9vB5kxZ8kY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0", "rev": "a1185f4064c18a5db37c5c84e5638c78b46e3341",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }: { pkgs, inputs, ... }:
{ {
home.packages = with pkgs;[ home.packages = [
jetbrains.rider pkgs.jetbrains.rider
#godot_4-mono inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".godot-mono
]; ];
} }