Renaming desktop profiles

This commit is contained in:
agryphus 2023-12-06 13:47:43 -05:00
parent c02d6f8990
commit f978cba560
3 changed files with 165 additions and 4 deletions

View file

@ -1,9 +1,7 @@
{ config, pkgs, ... }:
{
config {
environment.systemPackages = with pkgs; [
];
};
environment.systemPackages = with pkgs; [
];
}