add restruct2

This commit is contained in:
cnst
2024-06-28 15:09:29 +02:00
parent 82a4545886
commit f06e9e9fad
19 changed files with 198 additions and 205 deletions

14
hosts/core/cnix-pkgs.nix Normal file
View File

@@ -0,0 +1,14 @@
{pkgs, ...}: {
environment = {
systemPackages = [
# Dev
pkgs.fd
pkgs.python3
pkgs.hyprlang
# Util
pkgs.tmux
pkgs.tmuxifier
];
};
}