added first version of waybar config. Still some problems

This commit is contained in:
Tomas Rivera
2026-02-27 21:53:39 +01:00
parent 30405baa2d
commit d72357ed3e
6 changed files with 763 additions and 4 deletions
+15 -1
View File
@@ -17,9 +17,11 @@ imports = [
../../modules/home-manager/swaync.nix # notification daemon
../../modules/home-manager/neovim.nix # dont use nixvim. broken
../../modules/home-manager/rclone.nix
../../modules/home-manager/waybar.nix
];
#programs.nixvim = {
# enable = true;
# imports = [ ../../modules/nixvim/neovim.nix ];
@@ -50,6 +52,10 @@ home.packages = [
(pkgs.callPackage ../../modules/scripts/cowsay.nix {})
(pkgs.callPackage ../../modules/scripts/wallpaper.nix {})
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
(pkgs.callPackage ../../modules/scripts/weatherwaybar.nix {})
(pkgs.callPackage ../../modules/scripts/colorpicker.nix {})
#pkgs
pkgs.gruvbox-gtk-theme
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
@@ -68,7 +74,15 @@ home.packages = [
# '')
];
#ssh config
#maybe migrate both of them in a separate file
# gtk config
gtk.theme = {
enable = true;
name = "Gruvbox-GTK-Theme-BL-MB";
package = pkgs.gruvbox-gtk-theme;
};
# ssh config
programs.ssh.enable = true;
services.ssh-agent.enable = true;