Commit graph

89 commits

Author SHA1 Message Date
97ad0869d2
packages/linux-lava: pin and bump bore patch 2022-10-09 21:54:50 +07:00
99297ff02b
packages/linux-lava: add atomic async page flips 2022-10-09 21:49:26 +07:00
470b7cc4c3
packages/linux-lava: fix version
bruh moment
2022-10-03 23:18:41 +07:00
cd4f3f7126
packages/linux-lava: hotfix winesync patch fail 2022-10-03 23:07:24 +07:00
97cae9af27
packages/linux-lava: fix si patch 2022-10-03 22:58:17 +07:00
27f093d4ed
packages/linux-lava: bump to 6.0 and some config changes
- use lru patch
- try bore scheduler instead of pds
- use 1000hz
2022-10-03 22:12:14 +07:00
e3f65a429a
packages/linux-lava: bump to 5.17.2 2022-04-13 22:23:02 +07:00
bb31997dbc
packages/linux-lava: bump to 5.17.0-rc5 2022-02-28 00:34:14 +07:00
f768eb6fa7
packages/linux-lava: bump to 5.17.0-rc2 2022-02-02 17:18:47 +07:00
74b96a4035
packages/linux-lava: bump to 5.15.13 and switch to pds 2022-01-05 21:36:56 +07:00
c110e53871
packages/tetrio: init 2022-01-05 21:02:35 +07:00
357774dc1b
packages/wine-discord-ipc-bridge: init 2021-12-23 22:43:50 +07:00
faeea6f1a5
packages/linux-lava: bump to 5.15.6 2021-12-05 20:00:39 +07:00
e2ee6940ab
packages/nvim-treesitter-nightly: init
this took way too long because i didn't realise .withPlugins only
overrides the original one aaaaaaa
2021-11-24 22:04:50 +07:00
e0dbfc95ef
packages/linux-lava: bump to 5.15.3 2021-11-19 20:49:16 +07:00
8c75ba2a2d
treewide: yet another restructure
modules, overlays, and packages have their own default.nix re-exporting
things instead of reading file paths. slightly improves declarativeness.

wine-osu is removed; we're just using nix-gaming (for now).

our custom packages will now have to be accessed via pkgs.me instead of
just pkgs. helps know where it came from

future goals: get rid of our overlays completely, or at least not make
it replace anything from nixpkgs
2021-11-17 10:57:56 +07:00
598b7e8241
kernel: bump to 5.15.2
also moved linux-tkg to flake inputs
2021-11-14 23:01:20 +07:00
beb0b09967
kernel: bump to 5.14.14 2021-11-01 18:39:12 +07:00
1a5ea7162b
packwiz: init at 9ef87bc 2021-10-10 14:03:12 +07:00
8f92b6a017
kernel: bump to 5.14.10 2021-10-08 22:19:37 +07:00
31847f6741
kernel: bump to 5.14.6 2021-09-19 22:19:38 +07:00
00ceb3cf50
spotify-adblock: init 2021-09-19 11:31:11 +07:00
1e4d6d2177
kernel: bump to 5.14.1 2021-09-08 00:11:17 +07:00
228e3f02dd
neovim: add tree-sitter-jsonc 2021-09-07 08:10:45 +07:00
2987222270
neovim: add tree-sitter-glimmer 2021-09-07 08:10:35 +07:00
3b96dde9ec
kernel: bump to 5.13.13 2021-08-28 00:31:14 +07:00
b0b98aa58e
discord: use zelk with tokyonight colourscheme 2021-08-27 14:42:32 +07:00
05b8c3bd73
pin wine version
slightly scuffed and rushed
2021-08-18 23:57:10 +07:00
978c629a2f
bump kernel - 5.13.11 2021-08-18 23:57:07 +07:00
221a7800f4
bump kernel - 5.13.8 2021-08-06 13:02:41 +07:00
b019a02d49
bump kernel - 5.13.7 2021-08-01 22:45:18 +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
0e608a0fdf
add discover 2021-07-18 14:26:55 +07:00
09d374ee60
bump kernel: 5.13.1 -> 5.13.2 2021-07-16 08:44:27 +07:00
0f37f09199
formatting goes brrr 2021-07-15 19:59:41 +07:00
3c8155a2c4
bump kernel - 5.13.1 2021-07-10 01:09:36 +07:00
e379ff4799
separate kernel sources into a file, and bump - 5.13.0
much easier to update

also slightly modified config:
- use 2000hz tickless
- disable ftrace
2021-07-04 17:53:33 +07:00
d9b73bfd43
refactoring
- overlays/{linux,wine-osu}.nix -> packages/{linux-lava,wine-osu}/
- overlays/misc/ -> overlays/patches/
- overlays/misc/0001...patch -> packages/linux-lava/si...patch
- overlays/misc/wine/ -> packages/wine-osu/patches/
- flake.nix:
  - overlays are dynamically read from overlays/
  - define custom packages separately
- packages/*
  - now imported using callPackage
2021-06-27 11:59:05 +07:00