added batsignal

This commit is contained in:
Tomas Rivera
2026-02-26 15:41:21 +01:00
parent 8c45417cac
commit 02b6df2a56
5 changed files with 25 additions and 4 deletions
+13 -1
View File
@@ -40,6 +40,9 @@
# Enable the GNOME Desktop Environment.
# services.displayManager.gdm.enable = true;
# services.desktopManager.gnome.enable = true;
# we dont use gnome but some utils yes -> see pckgs
# enable hyprland WM
programs.hyprland = {
enable = true;
@@ -136,7 +139,16 @@ services.upower.enable = true;
cliphist # Wayland clipboard manager
wl-clipboard # cli copy/past utilities for Wayland
jp # lightweight and flexible cli JSON parser
];
notepad-next
#we need to install gnome and kde utils individually as we dont use gnome
gnome-calculator
snapshot
gnome-characters
gnome-disk-utility
kdePackages.okular
nautilus
gnome-font-viewer
];
# fonts
fonts.packages = with pkgs; [
+2 -1
View File
@@ -14,6 +14,7 @@ imports = [
../../modules/home-manager/hyprland.nix
../../modules/home-manager/wlogout.nix # logout utility
../../modules/home-manager/rofi.nix # launcher and keybindings helper
../../modules/home-manager/batsignal.nix # notify daemon for battery
];
@@ -35,7 +36,7 @@ home.stateVersion = "25.11"; # Please read the comment before changing.
# environment.
home.packages = [
#scritps
(pkgs.callPackage ./modules/scripts/dontkillsteam.nix {})
(pkgs.callPackage ../../modules/scripts/dontkillsteam.nix {})
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.