mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
This commit includes a bunch of minor updates of some Nix modules but the focus here is the update of the theme template. The renaming of the Cookiecutter template will now make backups and migration between different filesystems very easy especially with NTFS-based filesystems often found on external hard drives.
10 lines
176 B
Nix
Executable File
10 lines
176 B
Nix
Executable File
# Seeing systemd as a great software is my guilty pleasure.
|
|
# Here's where services are declared.
|
|
{ config, options, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./recoll.nix
|
|
];
|
|
}
|