mirror of
https://git.gay/xqtc/nixos-config
synced 2024-12-05 03:23:54 +01:00
uwu
This commit is contained in:
parent
eb0d2e5fec
commit
48762bbb2d
|
@ -11,7 +11,8 @@ end
|
|||
|
||||
local HOSTNAME = getHostname()
|
||||
|
||||
config.color_scheme = "astromouse (terminal.sexy)"
|
||||
-- config.color_scheme = "astromouse (terminal.sexy)"
|
||||
config.color_scheme = 'Kanagawa (Gogh)'
|
||||
-- config.font = wezterm.font 'Hack Nerd Font Mono'
|
||||
config.font = wezterm.font 'Hasklug Nerd Font Mono'
|
||||
if getHostname() == "lilith" or getHostname() == "alastor" then
|
||||
|
|
|
@ -26,15 +26,16 @@
|
|||
shiftwidth = 2; # Tab width should be 2
|
||||
};
|
||||
|
||||
# colorschemes.catppuccin.enable = true;
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
colorscheme = "apathy";
|
||||
settings = {
|
||||
telescope_borders = true;
|
||||
};
|
||||
};
|
||||
colorschemes.kanagawa.enable = true;
|
||||
# colorschemes.base16 = {
|
||||
# enable = true;
|
||||
# colorscheme = "apathy";
|
||||
# settings = {
|
||||
# telescope_borders = true;
|
||||
# };
|
||||
# };
|
||||
plugins = {
|
||||
neogit.enable = true;
|
||||
neorg = {
|
||||
enable = true;
|
||||
modules = {
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||
boot.kernelModules = ["v4l2loopback"];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||
boot.extraModprobeConfig = ''
|
||||
|
|
Loading…
Reference in a new issue