home/natto: added tofi config, changed hyprland config + webcord

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-24 20:40:38 +05:30
parent df34f1fffc
commit 5e4c51a4ed
10 changed files with 96 additions and 41 deletions

View File

@@ -1,15 +1,5 @@
{ pkgs, config, flake, ... }:
{
home.pointerCursor = {
package = flake.packages.${pkgs.system}.simp1e-cursors;
name = "Simp1e-Solarized-Light";
x11 = {
enable = true;
defaultCursor = "crosshair";
};
gtk.enable = true;
};
xsession = {
enable = true;
windowManager = {
@@ -51,4 +41,9 @@
xmobar
stalonetray
];
home.file.stalonetray = {
source = ./config/stalonetrayrc;
target = "${config.home.homeDirectory}/.stalonetrayrc";
};
}