Commit graph

93 commits

Author SHA1 Message Date
b1cc1822e1
split home.sessionVariables into module 2021-07-15 20:56:25 +07:00
bffc08df3a
split direnv, git, and gpg into modules
also removed clipmenu
also removed programs.feh, the extra options aren't needed
2021-07-15 20:52:35 +07:00
0f37f09199
formatting goes brrr 2021-07-15 19:59:41 +07:00
c86be50084
restructure
- users/rin/default.nix -> users/rin.nix
- users/rin/home.nix +-> users/rin.nix
- users/rin/*.nix -> modules/user/*.nix
- users/rin/scripts/ -> scripts/
- hosts/winter/default.nix -> hosts/winter.nix
- hosts/winter/*.nix -> modules/system/*.nix

- modules are dynamically imported as sets for system and user
2021-07-15 19:16:11 +07:00
84f08a3a1c
fix zsh plugins 2021-07-15 15:00:20 +07:00
c8010af175
drop unused modules and packages in user
removed modules:
- alacritty.nix
- i3.nix
- polybar.i3.nix (polybar.bspwm.nix is now renamed to just polybar.nix)
- urxvt.nix

removed packages:
- appimage-run
- ghidra-bin
- inkscape
- lf
- mps-youtube
- vlc
2021-07-15 14:54:02 +07:00
7cd76b2b63
add enableGUI option, with conditional modules depending on it 2021-07-15 14:49:37 +07:00
c8647160f3
remove unnecessary rec 2021-07-15 14:49:37 +07:00
57f5f73554
make h:m time in polybar bold 2021-07-15 10:08:13 +07:00
38f13494a2
set polybar title font style to bold 2021-07-15 09:51:19 +07:00
1432ea461c
flake-managed zsh plugins 2021-07-14 11:12:57 +07:00
6028b2c3b5
add vim ft in zsh.nix 2021-07-14 11:12:57 +07:00
ebbb84b3b5
use nixpkgs' tokyonight-nvim 2021-07-14 11:12:57 +07:00
835b7895dc
add keybinding to switch bspwm nodes 2021-07-12 11:28:22 +07:00
044bdc3ed9
add pure 2021-07-12 10:27:10 +07:00
4f7670e690
fix zsh vim-mode delay when exiting insert 2021-07-12 10:27:10 +07:00
927488c5a9
move zsh.sessionVariables to home.sessionVariables 2021-07-12 10:27:10 +07:00
e3c0bc48ab
add rust and toml tree-sitter plugins 2021-07-11 13:54:48 +07:00
2bc503a791
move windowManager.i3 packages to home-manager
oh my god i just realised my rofi configuration was ignored
2021-07-11 11:48:53 +07:00
afa16aafcc
slightly increase opacity of kitty when unfocused 2021-07-11 11:21:09 +07:00
34ce469784
add png and jpeg mimeapps 2021-07-10 08:11:49 +07:00
d900a50eaa
fix systemctl autocomplete 2021-07-10 07:33:49 +07:00
1da5f5f443
remove alacritty 2021-07-07 19:53:38 +07:00
9a6c7b2b3e
add coc-rename mapping 2021-07-07 19:52:44 +07:00
1b1ecd9818
add pnpm and use nodejs v16 2021-07-07 08:29:57 +07:00
25d6a35722
add js and yaml tree-sitter plugins 2021-07-07 08:28:21 +07:00
1fb48c6a27
add kitty 2021-07-07 08:25:53 +07:00
294702c330
switch from material and airline to tokyonight and lualine 2021-07-05 19:39:45 +07:00
60deb2da8d
set cursorline 2021-07-05 13:50:54 +07:00
ce9156620f
add ctrlp-vim 2021-07-05 13:48:41 +07:00
b1e160b367
remove lf-vim and vim-floaterm 2021-07-05 13:46:35 +07:00
3206264895
switch back to vim-material 2021-07-05 13:41:16 +07:00
3f121e3608
add nvim-treesitter with nix and typescript 2021-07-05 11:24:16 +07:00
5ce07a047a
use neovim nightly 2021-07-05 11:22:34 +07:00
9e6fd04749
various neovim configuration changes
- use material.vim instead of vim-material
- manage all coc extensions with nixpkgs
- delete commented out plugins
- new plugins (excl. old coc extensions):
  - coc-json
  - coc-yaml
  - nerdtree
- new lsps:
  - rnix-lsp
- deleted plugins (incl. old coc extensions):
  - coc-flutter
  - dart-vim-plugin
2021-07-04 22:33:04 +07:00
80bc8db0a9
remove ale and vim-javascript 2021-07-04 14:14:32 +07:00
41f125d4ca
add eslint 2021-07-04 14:14:32 +07:00
fa42005ff8
add polybar wm-restack 2021-07-04 14:14:32 +07:00
510d5ace8f
more decluttering 2021-06-26 20:11:31 +07:00
3959c0fcf6
add transmission-remote-gtk 2021-06-25 10:04:38 +07:00
0ebbac113c
declare coc extensions 2021-06-23 22:24:53 +07:00
f4977f4f85
add unrar 2021-06-20 17:25:08 +07:00
6e10988d47
add coc-settings.json config 2021-06-20 17:24:36 +07:00
72aa38ac95
fix nix direnv 2021-06-20 11:44:53 +07:00
44cd6d2a4a
add file-roller 2021-06-16 09:28:02 +07:00
3e267eb16e
add dart-vim-plugin 2021-06-15 10:00:18 +07:00
57ae9297fc
add ghidra 2021-06-15 09:59:57 +07:00
bbb48d6a45
add mpv and mps-youtube 2021-06-15 09:59:23 +07:00
e5ac3f9375
add vim-javascript plugin 2021-06-08 16:55:06 +07:00
459e3ec43c
update some shell aliases
changed --color to auto instead of tty or always
make ls show directories first
2021-06-08 16:20:19 +07:00