mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-28 02:30:44 -06:00
Compare commits
No commits in common. "8ac0e868ba69e036f56238657cfb0fea23512ebe" and "400930449ccfe999e16e81197ffbfc222eff4bf9" have entirely different histories.
8ac0e868ba
...
400930449c
3 changed files with 9 additions and 20 deletions
|
@ -362,11 +362,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717186228,
|
"lastModified": 1717185053,
|
||||||
"narHash": "sha256-oRlJy5eEKikL9d92GbKNE5qMESB6amqxBaswxNJxjuE=",
|
"narHash": "sha256-Ve57FpjYukpmRoNJsiDyCiKy9wRbnCCbWe2PsO0aD7M=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "f698f2614e8cadbe0abf18b15f79182ede7f17e7",
|
"rev": "42ac8bee8c3fc78f6a8a2d3aee11a62c63bc556a",
|
||||||
"revCount": 6,
|
"revCount": 4,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dayl.in/daylin/hyprman.git"
|
"url": "https://git.dayl.in/daylin/hyprman.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,22 +4,7 @@
|
||||||
mkOizysModule,
|
mkOizysModule,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
|
||||||
# TODO: polish this up
|
|
||||||
win10vm = pkgs.stdenvNoCC.mkDerivation {
|
|
||||||
name = "win10vm";
|
|
||||||
unpackPhase = "true";
|
|
||||||
buildPhase = "mkdir $out";
|
|
||||||
version = "unstable";
|
|
||||||
desktopItem = pkgs.makeDesktopItem {
|
|
||||||
name = "win10vm";
|
|
||||||
exec = "VBoxManage startvm win10";
|
|
||||||
# icon = ""; # TODO: add windows icon
|
|
||||||
desktopName = "Windows 10 VM";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in
|
|
||||||
mkOizysModule config "docker" {
|
mkOizysModule config "docker" {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
environment.systemPackages = (with pkgs; [ lazydocker]) ++ [ win10vm];
|
environment.systemPackages = with pkgs; [ lazydocker ];
|
||||||
}
|
}
|
||||||
|
|
4
todo.md
4
todo.md
|
@ -12,4 +12,8 @@
|
||||||
|
|
||||||
- [ ] find out why pixi on GHA is different from local (possibly from the fetch git step?)
|
- [ ] find out why pixi on GHA is different from local (possibly from the fetch git step?)
|
||||||
|
|
||||||
|
- [ ] hyprland isn't doing alright with Xwayland and friends:
|
||||||
|
> https://github.com/hyprwm/Hyprland/issues/6133
|
||||||
|
> for now reverting to the commit vaxerski mentions in 6210
|
||||||
|
|
||||||
<!-- generated with <3 by daylinmorgan/todo -->
|
<!-- generated with <3 by daylinmorgan/todo -->
|
||||||
|
|
Loading…
Reference in a new issue