Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Home-manager Alternatives
Similar projects and alternatives to home-manager
-
nixos-flake-example
This is a demo NixOS config, with optional flakes support. Along with notes on why flakes is useful and worth adopting.
-
nixpkgs-wayland
Automated, pre-built packages for Wayland (sway/wlroots) tools for NixOS. [maintainers=@colemickens, @Artturin]
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
rust-nix-template
Rust project template with Nix (Flakes) and VSCode support
-
impermanence
Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
-
nixos-vscode-server
Visual Studio Code Server support in NixOS
-
-
Home Manager using Nix
Manage a user environment using Nix [maintainer=@rycee]
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
nixed
I've nixed any chance I have at human interaction by building this config
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
home-manager reviews and mentions
-
[Help] Home-manager service?
I really am at lost rn, foud this github issue tried the solution and it didn't work.
- NixOS and Neovim plugins
-
Flakes, nixos and home-configuration help
{ config, pkgs, ... }: { imports = [ (import "${builtins.fetchTarball https://github.com/rycee/home-manager/archive/master.tar.gz}/nixos") ]; users.users = { jdoe = { isNormalUser = true; initialPassword = "1234"; extraGroups = [ "wheel" ]; }; }; home-manager.useUserPackages = true; home-manager.users.jdoe = { home.stateVersion = "21.11"; programs.home-manager.enable = true; programs.git.userName = "John"; programs.git.userEmail = "Doe"; programs.zsh.zplug = { enable = true; plugins = [ { name = "zsh-users/zsh-autosuggestions"; } { name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } { name = "ohmyzsh/ohmyzsh oh-my-zsh"; } { name = "ajeetdsouza/zoxide"; } { name = "marlonrichert/zsh-autocomplete"; } { name = "marlonrichert/zsh-edit"; } { name = "zsh-users/zsh-autosuggestions"; } { name = "ptavares/zsh-exa"; } { name = "zsh-users/zsh-syntax-highlighting"; } { name = "mbenford/zsh-tmux-auto-title"; } { name = "zsh-users/zsh-history-substring-search"; } ]; }; services.gpg-agent = { enable = true; defaultCacheTtl = 1800; enableSshSupport = true; }; }; }
-
How do I do declarative package management using nix package manager on Debian?
There are multiple ways of managing declarative profiles. 1) Attrset, compatible with imperative use of nix-env https://git.io/fAQHW ; 2) buildEnv, providing more control over the paths that are linked into the profile https://git.io/fp0aU ; 3) home-manager, providing nixos-like config for your ~ https://github.com/rycee/home-manager
-
A note from our sponsor - InfluxDB
www.influxdata.com | 29 Nov 2023
Stats
rycee/home-manager is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of home-manager is Nix.
Popular Comparisons
- home-manager VS nixos-flake-example
- home-manager VS nixpkgs-wayland
- home-manager VS rust-nix-template
- home-manager VS impermanence
- home-manager VS nixos-vscode-server
- home-manager VS nix-config
- home-manager VS gitignore.nix
- home-manager VS Home Manager using Nix
- home-manager VS nixpkgs
- home-manager VS nix-colors