update flake, rofi changes, start powerManagement scripts with sudo
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m59s

This commit is contained in:
2025-09-21 02:11:55 +02:00
parent 074dff48ca
commit 5e54902447
6 changed files with 41 additions and 36 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2025/09/17 18:18:51 by tomoron ### ########.fr #
# Updated: 2025/09/19 19:23:28 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -86,11 +86,17 @@
home.sessionPath = [ "~/.local/bin" ];
programs.rofi = {
enable = true;
theme = "rounded-nord-dark";
};
home.file = { #should be able to make most of these in nix configs
".config/wallpaper.png".source = lib.mkDefault utils/wallpaper_test.png;
".config/pc.jpg".source = lib.mkDefault utils/pc.jpg;
".config/rofi/config.rasi".text = "@theme \"rounded-nord-dark.rasi\"";
#".config/rofi/config.rasi".text = "@theme \"rounded-nord-dark.rasi\"";
".local/share/rofi/themes".source = "${builtins.fetchGit {
url = "https://github.com/newmanls/rofi-themes-collection";
@ -105,6 +111,7 @@
qt.style.name = "kvantum";
catppuccin.kvantum.apply = true;
catppuccin.rofi.enable = false;
catppuccin = {
enable = true;

View File

@ -69,7 +69,7 @@
lua require'lspconfig'.nixd.setup{}
lua require'lspconfig'.glsl_analyzer.setup{}
set signcolumn=no
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>

View File

@ -22,6 +22,7 @@
"$mainMod, S, togglefloating,"
"$mainMod, I, pin,"
"$mainMod, D, exec, rofi -show drun -show-icons"
"$mainMod SHIFT, D, exec, rofi -show run -show-icons"
"$mainMod, M, fullscreen, 1"
"$mainMod, F, fullscreen, 0"

View File

@ -3,7 +3,6 @@
{
config = lib.mkIf config.mods.hyprland.enable {
home.packages = with pkgs; [
rofi-wayland
grim
slurp
wl-clipboard