mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
1bc59f7290
This is a NixOS module that is intended to be imported into a NixOS system configuration. It allows the system users to be set up directly from the system configuration. The actual profile switch is performed by a oneshot systemd unit per configured user that acts much like the regular `home-manager switch` command. With this implementation, the NixOS module does not work properly with the `nixos-rebuild build-vm` command. This can be solved by using the `users.users.<name?>.packages` option to install packages but this does not work flawlessly with certain Nixpkgs packages. In particular, for programs using the Qt libraries. |
||
---|---|---|
.. | ||
command-not-found | ||
bash.nix | ||
beets.nix | ||
browserpass.nix | ||
eclipse.nix | ||
emacs.nix | ||
feh.nix | ||
firefox.nix | ||
git.nix | ||
gnome-terminal.nix | ||
home-manager.nix | ||
htop.nix | ||
info.nix | ||
lesspipe.nix | ||
man.nix | ||
mercurial.nix | ||
neovim.nix | ||
rofi.nix | ||
ssh.nix | ||
termite.nix | ||
texlive.nix | ||
vim.nix | ||
zsh.nix |