700 current 2024-05-28 11:09:06 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 11:09:07 -04:00
parent 639057df4c
commit d18ac6c1a7
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
6 changed files with 11 additions and 9 deletions

View file

@ -34,6 +34,7 @@ in {
config = mkIf cfg.enable {
programs.neovim = {
catppuccin.enable = false;
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [

View file

@ -18,10 +18,10 @@ in {
enable = true;
catppuccin.enable = true;
iconTheme = {
package = pkgs.catppuccin-papirus-folders;
name = "Papirus";
};
# iconTheme = {
# package = pkgs.catppuccin-papirus-folders;
# name = "Papirus";
# };
font = {
name = "Iosevka";
size = 11;

View file

@ -17,6 +17,7 @@ in {
config = mkIf cfg.enable {
programs.swaylock = {
enable = true;
catppuccin.enable = false;
package = pkgs.swaylock-effects;
settings = with colors; {
clock = true;

View file

@ -35,7 +35,7 @@ in {
environment = {
variables = {
NIXOS_OZONE_WL = "1";
NIXOS_OZONE_WL = "0";
__GL_GSYNC_ALLOWED = "0";
__GL_VRR_ALLOWED = "0";
_JAVA_AWT_WM_NONEREPARENTING = "1";