This commit is contained in:
Tyler Mayoff 2025-06-24 14:11:38 -04:00
parent 436a3913e7
commit ad9c7413a3
7 changed files with 14 additions and 445 deletions

View file

@ -1,17 +1,8 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./kitty.nix
];
nixGL.packages = inputs.nixgl.packages;
nixGL.defaultWrapper = "mesa";
# nixGL.offloadWrapper = "nvidiaPrime";
nixGL.installScripts = ["mesa"];
home.packages = with pkgs; [
adw-gtk3
@ -20,20 +11,16 @@
# Office
libreoffice
obsidian
# (config.lib.nixGL.wrap unstable.onagre)
];
# programs.vscode.enable = true;
# programs.alacritty = {
# enable = true;
# package = config.lib.nixGL.wrap pkgs.alacritty;
# };
# programs.wezterm = {
# enable = false;
# package = config.lib.nixGL.wrap pkgs.wezterm;
# extraConfig = ''
# return {
# font_size=9.25,

View file

@ -1,11 +1,6 @@
{
pkgs,
config,
...
}: {
{...}: {
programs.kitty = {
enable = true;
package = config.lib.nixGL.wrap pkgs.kitty;
settings = {
disable_ligatures = "cursor";