moving-programs-to-home-manager

This commit is contained in:
Richie Cahill
2024-04-14 22:23:37 -04:00
parent a7e8bcb04c
commit 6ced5fe4d3
4 changed files with 54 additions and 45 deletions

View File

@ -1,9 +1,8 @@
{ pkgs, ... }:
# home manager
{
imports = [
./home/sshconfig.nix
./home/git.nix
./home/programs.nix
./home/sshconfig.nix
./home/vscode
];
@ -17,17 +16,6 @@
home = {
username = "richie";
homeDirectory = "/home/richie";
packages = with pkgs; [
firefox
# Rust packages
topgrade
trunk
wasm-pack
cargo-watch
cargo-generate
cargo-audit
cargo-update
];
};
home.stateVersion = "23.11";