Compare commits
2 commits
7e1dcadc10
...
ad6e2f866d
| Author | SHA1 | Date | |
|---|---|---|---|
| ad6e2f866d | |||
| b587ddddf8 |
2 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
|
sideloadInitLua = true; # Fix hm creating a init.lua so I can use my personal config
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
# for treesitter
|
# for treesitter
|
||||||
pkgs.gcc
|
pkgs.gcc
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
# Change Cursor
|
# Change Cursor
|
||||||
stylix.cursor.package = pkgs.bibata-cursors;
|
stylix.cursor.package = pkgs.bibata-cursors;
|
||||||
stylix.cursor.name = "Bibata-Modern-Ice";
|
stylix.cursor.name = "Bibata-Modern-Ice";
|
||||||
stylix.cursor.size = 48;
|
stylix.cursor.size = 36;
|
||||||
|
|
||||||
# Fix stuff not automatically using dark theme on websites
|
# Fix stuff not automatically using dark theme on websites
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue