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-11 03:39:06 +01:00
|
|
|
./profiles/mpv.nix
|
|
|
|
./profiles/desktop.nix
|
2024-02-01 00:55:00 +01:00
|
|
|
./profiles/salert.nix
|
2024-07-31 01:57:47 +02:00
|
|
|
./profiles/sshuttle.nix
|
2023-03-09 09:31:53 +01:00
|
|
|
];
|
|
|
|
}
|