mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-15 02:15:00 +00:00
add vault
This commit is contained in:
12
home.nix
12
home.nix
@@ -1,6 +1,3 @@
|
||||
# home.nix
|
||||
# home-manager switch
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
@@ -11,12 +8,6 @@
|
||||
home.username = "niccoloborgioli";
|
||||
home.homeDirectory = "/Users/niccoloborgioli";
|
||||
|
||||
# home.sessionPath = [
|
||||
# "/run/current-system/sw/bin"
|
||||
# "$HOME/.nix-profile/bin"
|
||||
# ];
|
||||
|
||||
# Makes sense for user specific applications that shouldn't be available system-wide
|
||||
home.packages = [
|
||||
pkgs.tmux
|
||||
pkgs.oh-my-posh
|
||||
@@ -50,6 +41,9 @@
|
||||
pkgs.nixfmt-rfc-style
|
||||
pkgs.fnm
|
||||
|
||||
# sflx
|
||||
pkgs.vault
|
||||
|
||||
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user