ref(home-manager): macOS

This commit is contained in:
Léana 江 2024-01-15 21:35:07 +01:00 committed by Léana 江
parent 47e69dd8cf
commit 94c8e8b3cd
3 changed files with 7 additions and 79 deletions

View file

@ -1,38 +1,3 @@
{
pkgs,
unstable,
...
}: {
programs.home-manager.enable = true;
imports = [./dev.nix ./fonts.nix];
home = {
username = "leana";
homeDirectory = "/Users/leana";
stateVersion = "23.11";
};
home.packages = with pkgs; [
# shell and script dependencies
fish
figlet
gnused
starship
stow
ripgrep
fd
fzf
vivid
# utils
btop
tree
rsync
tldr
# music
cmus
cmusfm
];
{...}: {
imports = [./dev.nix ./fonts.nix ../common];
}