2023-01-21 17:30:50 +01:00
|
|
|
{
|
2023-01-28 02:50:14 +01:00
|
|
|
imports = [
|
2023-05-18 11:47:55 +02:00
|
|
|
./shells/zsh
|
2023-02-10 18:44:07 +01:00
|
|
|
./programs/htop.nix
|
2023-05-18 11:47:55 +02:00
|
|
|
./nvim
|
2023-02-10 18:44:07 +01:00
|
|
|
./shells/alias.nix
|
2023-05-18 11:47:55 +02:00
|
|
|
./git.nix
|
|
|
|
./gpg
|
|
|
|
./util.nix
|
2023-06-01 09:49:01 +02:00
|
|
|
./impermanence.nix
|
2023-01-28 02:50:14 +01:00
|
|
|
];
|
2023-05-22 16:22:40 +02:00
|
|
|
|
|
|
|
nixpkgs.config = {
|
|
|
|
allowUnfree = true;
|
|
|
|
};
|
2023-01-21 17:30:50 +01:00
|
|
|
}
|