pushing budgie changes

This commit is contained in:
specCon18 2024-02-19 20:32:50 -05:00
parent 2ee8fe31a8
commit 26c000e2ad
9 changed files with 20 additions and 25 deletions

View file

@ -16,7 +16,7 @@
lines = 25;
};
decorations = "full";
opacity = 0.9;
opacity = 1.0;
title = "Alacritty";
};
font = {

View file

@ -1,6 +0,0 @@
{ pkgs, config, lib, ...}:
{
programs.nushell = {
enable = false;
};
}