36 lines
539 B
Nix
36 lines
539 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./bat.nix
|
|
./direnv.nix
|
|
./documentation.nix
|
|
./firefox
|
|
./flameshot.nix
|
|
./gammastep.nix
|
|
./git
|
|
./gpg.nix
|
|
./htop.nix
|
|
./jq.nix
|
|
./nm-applet.nix
|
|
./packages.nix
|
|
./pager.nix
|
|
./secrets # Home-manager specific secrets
|
|
./ssh.nix
|
|
./terminal
|
|
./tmux.nix
|
|
./udiskie.nix
|
|
./vim
|
|
./wm
|
|
./x
|
|
./xdg.nix
|
|
./zathura.nix
|
|
./zsh
|
|
];
|
|
|
|
# First sane reproducible version
|
|
home.stateVersion = "20.09";
|
|
|
|
# Who am I?
|
|
home.username = "ambroisie";
|
|
}
|