config/users/pbsds/home/gnome.nix

13 lines
183 B
Nix
Raw Normal View History

2023-03-09 09:31:53 +01:00
# https://nix-community.github.io/home-manager/options.html
{ pkgs, config, ... }:
{
imports = [
./default.nix
2023-03-11 00:30:24 +01:00
./profiles/gnome
2023-03-09 09:31:53 +01:00
];
home.packages = with pkgs; [
];
}