update and drop catppuccin

This commit is contained in:
2025-09-19 15:12:01 +02:00
parent a6871f94a8
commit 6c4c3d54aa
8 changed files with 41 additions and 55 deletions

View File

@@ -13,8 +13,6 @@
accent = "mauve";
};
gtk.enable = true;
waybar.enable = false;
rofi.enable = false;
};

View File

@@ -1,7 +1,7 @@
{
imports = [
./brave.nix
./catppuccin.nix
# ./catppuccin.nix
./direnv.nix
./emacs.nix
./git.nix

View File

@@ -22,6 +22,14 @@
"XCURSOR_SIZE,32"
];
#windowrulev2 = [
# do not let scenbuilder take focus
# "nofocus, title:^(.*java.*)$"
#];
monitor = [
", highres, auto, 1"
];
@@ -35,6 +43,8 @@
force_zero_scaling = true;
};
# windowrule = "stayfocused,^(com.oracle.javafx.scenebuilder.app.SceneBuilderApp)$";
bind = [
@@ -47,6 +57,8 @@
# lock screen
"$mod, L, exec, hyprlock"
"$mod, S, togglefloating"
# emacs
"$mod, e, exec, emacs"

View File

@@ -16,8 +16,12 @@
pkgs.wget
pkgs.unzip
pkgs.feather
pkgs.electrum
pkgs.zathura
pkgs.xfce.thunar
pkgs.ranger
pkgs.nerd-fonts.fira-code
pkgs.fira-code
@@ -32,6 +36,8 @@
pkgs.binutils
pkgs.gcc
pkgs.scenebuilder
pkgs.nil
pkgs.quickemu