add launcher for scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user