Switch to a different way of building the VM.

This commit is contained in:
Tom Alexander
2024-12-19 16:28:40 -05:00
parent fbbff409a0
commit 74499fb6a0
4 changed files with 157 additions and 41 deletions

View File

@@ -3,5 +3,18 @@
{
imports = [];
environment.systemPackages = with pkgs; [
grim # screenshot functionality
slurp # screenshot functionality
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
mako # notification system developed by swaywm maintainer
];
# enable Sway window manager
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
# foo
}