Minor worf updates

This commit is contained in:
Felix Albrigtsen 2023-08-18 19:06:07 +02:00 committed by Felix Albrigtsen
parent e5b35ab920
commit a6c2155b00
4 changed files with 11 additions and 7 deletions

View File

@ -19,12 +19,12 @@
outputs = {
self
, nixpkgs
, unstable
, nix-darwin
, home-manager
, matrix-synapse-next
, nix-darwin
, nixpkgs
, sops-nix
, unstable
, ... }@inputs:
let
overlay-unstable = final: prev: {
@ -81,7 +81,6 @@
home-manager.darwinModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
# home-manager.extraSpecialArgs = { inherit user; };
home-manager.users."felixalb" = import ./hosts/worf/home.nix;
}
# sops-nix.nixosModules.sops

View File

@ -4,16 +4,18 @@
, config
, ...
}: {
imports = [
./neovim.nix
./zsh.nix
];
home.packages = with pkgs; [
bat
bottom
cocoapods
emacs
exa
gnutar
iterm2
ncdu
neofetch
@ -28,7 +30,8 @@
enable = true;
extraConfig = {
pull.rebase = "true";
pull.rebase = true;
push.autoSetupRemote = true;
color.ui = "auto";
init.defaultBranch = "main";
lfs.enable = true;

View File

@ -22,10 +22,11 @@
nvim-treesitter
coc-css
coc-go
coc-html
coc-json
coc-nvim
coc-pyright
coc-go
vim-nix
];

View File

@ -37,6 +37,7 @@
initExtra = ''
# Autocomplete ../
zstyle ':completion:*' special-dirs true
export PATH="$HOME/.config/emacs/bin:$PATH"
'';
shellAliases = {