gitignore.nix
home-manager
DISCONTINUED
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
gitignore.nix | home-manager | |
---|---|---|
2 | 4 | |
216 | 1,753 | |
5.6% | - | |
0.0 | 9.1 | |
3 months ago | almost 3 years ago | |
Nix | Nix | |
The Unlicense | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitignore.nix
-
Why did Nix adopt Flakes?
Is this still an issue when using gitignoreSrc?
- Yet another (sic) Haskell project template with Nix, Docker, Lorri, and haskell-language-server
home-manager
-
[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
What are some alternatives?
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]
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
nix-config - my nix config files
Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]
nixpkgs - My Nix system configs!
nix-colors - Modules and schemes to make theming with Nix awesome.
nix-symlink - Nix utility for creating a derivation containing a single symlink.
implicit-hie - Auto generate a stack or cabal multi component hie.yaml file