978c629a2f
bump kernel - 5.13.11
2021-08-18 23:57:07 +07:00
a65f6752ba
add tree-sitter-jsdoc
2021-08-18 11:07:41 +07:00
4b7821d289
disable nvim-treesitter indent
...
it broke jsdoc indenting
2021-08-12 13:32:25 +07:00
e815a87e7d
add weechat
2021-08-06 16:26:46 +07:00
d17f7c6315
remove osu-lazer
...
now fails to build for some reason..
not particularly active in the game anymore, so removing for now
2021-08-06 14:08:49 +07:00
221a7800f4
bump kernel - 5.13.8
2021-08-06 13:02:41 +07:00
1281836127
bump flakes
...
too lazy to list version so here are just the names:
- discover
- neovim-nightly
- nixpkgs
- zsh-abbr
- zsh-history-substring-search
2021-08-06 13:01:39 +07:00
b019a02d49
bump kernel - 5.13.7
2021-08-01 22:45:18 +07:00
2b4292e890
bump flakes
...
discover: 220.4d917d30c85 -> 222.01dc248d27f
home-manager: 1619.41101d0e62f -> 1634.7f976da0684
neovim-nightly: 388.2ff2c52368a -> 399.502d307a612
nixpkgs: 303405.aec9d49d331 -> 305750.63764584244
pure: 349.f4c6d79ba24 -> 351.b122bbfca59
zsh-abbr: 518.99af0455b7b -> 523.c5c2fbcc711
2021-08-01 22:45:05 +07:00
0a70eff5fc
fix host generation function
2021-08-01 14:24:42 +07:00
9996cc243d
update wallpaper
2021-07-31 07:24:31 +07:00
d7c351894c
add nfs
2021-07-28 16:01:48 +07:00
0269d121b0
add adb
2021-07-28 15:04:09 +07:00
3a597a9f61
remove eslint.options.configFile from neovim
2021-07-26 15:20:36 +07:00
543f0bc823
add osu-lazer with patch
2021-07-23 10:23:27 +07:00
7b1ee73f2a
enable os-prober
2021-07-23 10:23:26 +07:00
4ce24e28db
bump flakes
...
home-manager: 1611.c476cc61b2d -> 1619.41101d0e62f
neovim-nightly: 382.4568a5f77ec -> 388.2ff2c52368a
nixpkgs: 302045.90cbe95037f -> 303405.aec9d49d331
2021-07-23 09:54:48 +07:00
0b56b0e492
re-enable TASK_XACCT
...
for iotop/htop disk monitoring
2021-07-22 08:49:34 +07:00
3354194a2f
bump kernel - 5.13.4
2021-07-22 08:48:56 +07:00
c9c76d88cb
fstab changes
...
set defaults for btrfs mounts
set relatime for normal mounts
set noatime for some btrfs mounts (like /nix which i _never_ need to
know when something was accessed)
2021-07-21 22:12:11 +07:00
141298ef6b
add ntfs3g
2021-07-21 22:01:41 +07:00
c54ad54ae8
set default governor to ondemand
2021-07-19 07:23:18 +07:00
0e608a0fdf
add discover
2021-07-18 14:26:55 +07:00
f83b5bd0f9
add screenkey
2021-07-17 14:09:11 +07:00
2d1ebf3806
add obs-studio
2021-07-17 13:32:56 +07:00
60ed7f85b9
add insomnia
2021-07-17 05:45:38 +07:00
edfa7b6cc1
add mongodb-compass
2021-07-17 05:01:45 +07:00
09d374ee60
bump kernel: 5.13.1 -> 5.13.2
2021-07-16 08:44:27 +07:00
56560080c2
bump flakes
...
home-manager: 1609.775cb20bd4a -> 1611.c476cc61b2d
neovim-nightly: 376.ad6fda0e81c -> 382.4568a5f77ec
nixpkgs: 301854.a22d0fb4cf1 -> 302045.90cbe95037f
2021-07-16 08:44:27 +07:00
a347f4affd
re-enable redistributable firmware
2021-07-16 08:44:27 +07:00
4408a2124e
move everything else in system config to base module
2021-07-16 07:23:59 +07:00
6f92c5463a
remove duplicate gui import
...
must be because of some rebasing i did, and didn't check it properly
2021-07-16 07:19:49 +07:00
c8a32a3c35
split home.packages into module
2021-07-15 20:57:51 +07:00
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
d272ea161b
use a function to create system configs
2021-07-15 20:47:13 +07:00
f7312b9f16
don't use with inputs
2021-07-15 20:47:13 +07:00
157a0177d9
split base system config into a module
2021-07-15 20:47:13 +07:00
a5495be32b
split nix options into a module
2021-07-15 20:47:13 +07:00
ab6049f578
splitting parts of system config
...
- hardware-configuration.nix separated into kernel-winter.nix and
filesystem-winter.nix
- kernel.nix split off into kernel-winter.nix
2021-07-15 20:47:11 +07:00
0f37f09199
formatting goes brrr
2021-07-15 19:59:41 +07:00
4e8e8f0fed
split system/gui into system/input
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
e5e4fc385c
merge hm-base into base
2021-07-15 13:39:48 +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