From 146d3cd512285d90b66f57c16505ff2c31354103 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:33:19 +0100 Subject: [PATCH] configured hyprspace --- modules/home-manager/hyprland.nix | 11 +++++++--- modules/home-manager/neovim.nix | 4 ++-- todo | 34 +------------------------------ 3 files changed, 11 insertions(+), 38 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 6fe617e..29bf3d7 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -204,7 +204,7 @@ in ####################### "[workspace 1 silent] sleep 3 && kitty -o font_size=16 -e sh -c 'custom-weather'" # will launch weather (Third) with a reduced font size - "[workspace 1 silent] sleep 2 && kitty -o font_size=11ยง -e sh -c 'custom-cowsay'" + "[workspace 1 silent] sleep 2 && kitty -o font_size=11 -e sh -c 'custom-cowsay'" # will launch quotes (fourth) "[workspace 1 silent] kitty -e 'custom-launch'" # the terminal will exec .zshrc so FastFetch will be launched (First) @@ -287,8 +287,13 @@ in # enable ipc events for shake ipc = false; }; - - }; + }; + "plugin:overview" = { + disableGestures = true; + showEmptyWorkspace = true; + workspaceActiveBorder = "rgb(ab7746)"; + disableBlur = true; + }; ##################################################### ##################################################### diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index acfd81a..33222ce 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -583,10 +583,10 @@ vim.keymap.set('n', 'fb', builtin.buffers, { desc = 'Telescope buffers' vim.keymap.set('n', 'fh', builtin.help_tags, { desc = 'Telescope help tags' }) -- Disable relative numbers even if a plugin (like neovim-sensible) turns them on - vim.opt.colorcolumn = "" vim.api.nvim_create_autocmd("VimEnter", { callback = function() - vim.opt.relativenumber = false + vim.opt.colorcolumn = "" + vim.opt.relativenumber = false end, }) ''; diff --git a/todo b/todo index 9e2bacd..9bfb2a2 100644 --- a/todo +++ b/todo @@ -2,43 +2,12 @@ use hyprland transfer everything list to things to transfere: - -finish to link github -make a zsh script that nixos-rebuild switch -and uploads it to github -git add . -git add -A -git commit -m "Describe the change" -git push - - -write README.md - -only things which is not declarative is git. Dont want my email in a repo. -guide on how to connect to git in ./modules/home-manager/git.nix - - - -write an install script - -which setups config. - -and setups github and ssh - - - - - - - some cursor-themed audacity.x86_64 biber.noarch dolphin.x86_64 may be customized or nautilus cust gimp.x86_64 -git.x86_64 end config hyprcursor.x86_64 -hyprgraphics.x86_64 librewolf ? ollama.x86_64 plymouth.x86_64 @@ -53,6 +22,5 @@ texlive-bibtex.x86_64 thunderbird.x86_64 tor.x86_64 torbrowser-launcher.noarch -wlogout.x86_64 Google Chrome needed for Framework 16 rgb macropad - +replace sddm by ly