progress home-manager
This commit is contained in:
parent
9c5af6a83d
commit
fecb0c441f
1 changed files with 6 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
}: let
|
||||
home-manager = builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz";
|
||||
sha256 = "1y919cqrlmq0k44rgnacaq4zq37jj4rdh6f2swp6y2jiz28xb0iq";
|
||||
sha256 = "07pk5m6mxi666dclaxdwf7xrinifv01vvgxn49bjr8rsbh31syaq";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
@ -232,9 +232,7 @@ in {
|
|||
home-manager = {
|
||||
users.me = import ../../homes/me;
|
||||
extraSpecialArgs = {inherit inputs pkgs pkgs-unstable;};
|
||||
sharedModules = [
|
||||
inputs.ags.homeManagerModules.default
|
||||
];
|
||||
# sharedModules = [ ];
|
||||
};
|
||||
|
||||
# ---- ENVIRONMENT VARIABLES ----
|
||||
|
|
@ -274,6 +272,7 @@ in {
|
|||
# Shell
|
||||
bash
|
||||
fish
|
||||
elvish # reference for crysh development
|
||||
shellcheck
|
||||
grc # colorise command outputs
|
||||
moreutils
|
||||
|
|
@ -301,6 +300,8 @@ in {
|
|||
# Rust
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
# Go
|
||||
go
|
||||
# Nim
|
||||
|
|
@ -319,6 +320,7 @@ in {
|
|||
nixd # lsp for nix
|
||||
nix-prefetch-git
|
||||
nix-index
|
||||
deploy-rs
|
||||
|
||||
# Python
|
||||
python312 # I use 3.12 since it's in a pretty stable state now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue