mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
436a3913e7
commit
ad9c7413a3
7 changed files with 14 additions and 445 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,11 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = config.lib.nixGL.wrap pkgs.kitty;
|
||||
|
||||
settings = {
|
||||
disable_ligatures = "cursor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue