Extract config related to Linux desktop machines

This commit is contained in:
monologiq 2025-12-24 14:42:10 +01:00
parent 339a1d6853
commit efecd38dbc
3 changed files with 67 additions and 60 deletions

View file

@ -2,8 +2,10 @@
{
environment.systemPackages = with pkgs; [
curl
git
vim
wget
];
nix.package = pkgs.lixPackageSets.stable.lix;