macbook
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
hello
|
||||
];
|
||||
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
ZK_NOTEBOOK_DIR = "~/notes";
|
||||
};
|
||||
|
||||
services = {
|
||||
skhd = {
|
||||
enable = true;
|
||||
|
||||
@@ -11,11 +11,17 @@
|
||||
../../modules/home-manager/eza
|
||||
../../modules/home-manager/bat
|
||||
../../modules/home-manager/irssi
|
||||
../../modules/home-manager/email
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/Users/mthomson";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
ZK_NOTEBOOK_DIR = "notes";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
spotify
|
||||
@@ -26,6 +32,11 @@
|
||||
ripgrep
|
||||
tldr
|
||||
cowsay
|
||||
lazygit
|
||||
k9s
|
||||
tintin
|
||||
nb
|
||||
w3m
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user