update dotfiles
This commit is contained in:
commit
e44b14438a
3 changed files with 12 additions and 3 deletions
|
|
@ -45,10 +45,13 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
cachix
|
||||||
firefox
|
firefox
|
||||||
|
inkscape
|
||||||
unzip
|
unzip
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
xclip
|
||||||
zathura
|
zathura
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
@ -119,6 +122,8 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.trustedUsers = [ "root" "haak" ];
|
||||||
|
|
||||||
# This value determines the NixOS release with which your system is to be
|
# This value determines the NixOS release with which your system is to be
|
||||||
# compatible, in order to avoid breaking some software such as database
|
# compatible, in order to avoid breaking some software such as database
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,8 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1aqjgfpqsasy9qvw08ill7ig6k9n9rdkwxlg1z5g61z7cmi1p3i4";
|
cargoSha256 = "1aqjgfpqsasy9qvw08ill7ig6k9n9rdkwxlg1z5g61z7cmi1p3i4";
|
||||||
buildInputs = [ pkgs.pkg-config pkgs.openssl ] ++ (if pkgs.stdenv.isDarwin then [ pkgs.libiconv pkgs.darwin.apple_sdk.frameworks.Security ] else []);
|
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||||
|
buildInputs = [ pkgs.openssl ] ++ (if pkgs.stdenv.isDarwin then [ pkgs.libiconv pkgs.darwin.apple_sdk.frameworks.Security ] else []);
|
||||||
};
|
};
|
||||||
|
|
||||||
vim-goyo = pkgs.vimUtils.buildVimPlugin {
|
vim-goyo = pkgs.vimUtils.buildVimPlugin {
|
||||||
|
|
@ -46,6 +47,7 @@ in {
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
] ++ (if pkgs.stdenv.isDarwin then [
|
] ++ (if pkgs.stdenv.isDarwin then [
|
||||||
lorri
|
lorri
|
||||||
|
skhd # keyboard shortcut daemon for macOS
|
||||||
] else [
|
] else [
|
||||||
slack
|
slack
|
||||||
]);
|
]);
|
||||||
|
|
@ -89,6 +91,8 @@ in {
|
||||||
".tools-info"
|
".tools-info"
|
||||||
"*~"
|
"*~"
|
||||||
"*.swp"
|
"*.swp"
|
||||||
|
".yardoc/"
|
||||||
|
"doc/"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -191,7 +195,7 @@ in {
|
||||||
\ 'javascript.jsx': ['prettier'],
|
\ 'javascript.jsx': ['prettier'],
|
||||||
\ 'javascriptreact': ['prettier'],
|
\ 'javascriptreact': ['prettier'],
|
||||||
\ 'typescriptreact': ['prettier'],
|
\ 'typescriptreact': ['prettier'],
|
||||||
\ 'ruby': ['rubocop', 'sorbet'],
|
\ 'ruby': [],
|
||||||
\ 'rust': ['rustfmt'],
|
\ 'rust': ['rustfmt'],
|
||||||
\ 'elixir': ['mix_format']
|
\ 'elixir': ['mix_format']
|
||||||
\}
|
\}
|
||||||
|
|
|
||||||
2
secrets
2
secrets
|
|
@ -1 +1 @@
|
||||||
Subproject commit f0f2bd84ca7a06fec4e2c1287982c656022a8268
|
Subproject commit b6a3a147522d60105b98dc8e827e81d89df1e667
|
||||||
Loading…
Add table
Add a link
Reference in a new issue