add launcher for scripts

This commit is contained in:
2025-11-21 04:26:32 +03:00
parent b1fd965700
commit 60aeff2748
7 changed files with 210 additions and 24 deletions
+8 -3
View File
@@ -1,11 +1,17 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
# TODO: add OCR keybind on gnome
{
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ nixfmt-classic ];
# my.enableHypr = lib.mkDefault true;
# options.my.enableHypr = lib.mkOption {
# type = lib.types.bool;
# default = true;
# description = "Enable Hyprland configuration.";
# };
imports = [
./modules/zsh/zsh.nix
./modules/kitty.nix
@@ -15,7 +21,6 @@
./modules/hypr/hypr.nix # TODO: make file with var for enable/disable hyprland
./modules/tmux.nix
];
# programs.bash.bashrcExtra = ''echo "entering zsh" && zsh'';
home.pointerCursor = let