Add gitwatch

This commit is contained in:
2026-01-05 06:38:17 +01:00
parent 9d5b8eff9c
commit e48e85efca
8 changed files with 100 additions and 23 deletions

View File

@@ -15,6 +15,6 @@ let
b.map (f: ./${f});
in
{
imports = module_files ++ [./hyprland];
imports = module_files;
nixpkgs.config.allowUnfree = true;
}

View File

@@ -1,5 +0,0 @@
{
services.easyeffects = {
enable = true;
};
}

View File

@@ -1,5 +1,8 @@
{ pkgs, ...}:
{
services.gnome-keyring.enable = true;
services.easyeffects = {
enable = true;
};
home.packages = [ pkgs.gcr ]; # Provides org.gnome.keyring.SystemPrompter
}

View File

@@ -1,10 +1,10 @@
{ inputs, pkgs, lib, config, ... }:
{ inputs, pkgs, lib, nixosConfig, ... }:
let
cfg = config.my.desktop.hyprland;
cfg = nixosConfig.my.desktop;
in
{
programs.kitty.enable = config.my.desktop.enable; # required for the default Hyprland config
wayland.windowManager.hyprland = lib.mkIf cfg.enable {
programs.kitty.enable = cfg.enable; # required for the default Hyprland config
wayland.windowManager.hyprland = lib.mkIf cfg.hyprland.enable {
enable = true;
# set the flake package
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;

View File

@@ -5,7 +5,7 @@
"sleep 2; uwsm-app -- vesktop-portable"
# todo openrgb
"sleep 5; uwsm-app -- spotify"
"uwsm-app -- dms run"
# "uwsm-app -- dms run"
"sleep 5; uwsm-app -- Artemis.UI.Linux --minimized"
"sleep 10; bash /home/lilly/Scripts/rgb-on.sh"
# todo sunshine