Gnome is buggy as usual. Getting back to bspwm

This commit is contained in:
Filippo Berto 2022-12-04 15:48:28 +01:00
parent d32d92fcd4
commit 47efbd750a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 33 additions and 28 deletions

View file

@ -3,7 +3,7 @@
enable = true;
# blur = true;
experimentalBackends = true;
# experimentalBackends = true;
fade = false;
shadow = true;
vSync = true;

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
imports = [
./nautilus.nix
# ./nautilus.nix
# ./thunar.nix
];
home.packages = with pkgs; [
@ -19,7 +19,7 @@
let
primaryTerminal = "kitty";
secondaryTerminal = "terminator";
fileManager = "nautilus";
fileManager = "thunar";
emojiChooser = "rofimoji --skin-tone light -a copy";
yad = "${pkgs.yad}/bin/yad";
notify = "${pkgs.libnotify}/bin/notify-send";