This commit is contained in:
joygnu 2024-06-24 20:39:16 +02:00
parent 85034f54ba
commit 008c2bcdd0
6 changed files with 12 additions and 18 deletions

View file

@ -1,9 +1,8 @@
{ config, pkgs, inputs, ... }:
{
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
imports = [
./rofi
./rofi
./waybar
./alacritty
./hyprland
@ -20,5 +19,7 @@
home.sessionVariables = {
EDITOR = "vim";
};
colorScheme = inputs.nix-colors.colorSchemes.gruvbox-dark-medium;
}

View file

@ -4,6 +4,7 @@
pavucontrol
swww
wl-clipboard
cliphist
lxqt.lxqt-policykit
grim
slurp
@ -60,10 +61,10 @@
"$mod, Q, killactive"
"$mod, W, togglefloating"
"$mod, R, togglesplit"
"$mod+shift, Y, exec, systemctl suspend"
"$mod+shift, M, exit, hyprland"
"$mod, L, exec, amixer -q sset Master 5%+"
"$mod, K, exec, amixer -q sset Master 5%-"
"$mod+shift, Y, exec, systemctl suspend"
"$mod+shift, M, exit, hyprland"
# mocp
"$mod, P, exec, mocp -f"
@ -136,10 +137,6 @@
kb_options = "grp:alt_shift_toggle";
};
windowrule = [
"float, ^(rofi)$"
"float, ^(prisemlauncher)$"
];
};
};
}

Binary file not shown.

View file

@ -3,6 +3,7 @@
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = "~/nix/home/rofi/gruvbox-material.rasi";
extraConfig = {
modi = "drun";
@ -10,12 +11,12 @@
show-icons = true;
terminal = "alacritty";
drun-display-format = "{icon} {name}";
location = 0;
location = 1;
disable-history = false;
hide-scrollbar = true;
display-drun = " Apps ";
display-network = " 󰤨 Network";
sidebar-mode = true;
sidebar-mode = false;
};
};
}

View file

@ -5,7 +5,7 @@
services.xserver.videoDrivers = ["amdgpu"];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 0;
boot.loader.timeout = 5;
imports = [
../../modules

View file

@ -59,23 +59,18 @@
gnome.gnome-calculator
gnome.gnome-disk-utility
#random utils
rofi-wayland
screen
pciutils
cliphist
wl-clipboard
git
zip
rar
unzip
unrar
scrcpy
lm_sensors
appimage-run
ytmdl
yt-dlp
boxbuddy
distrobox
wget
unixtools.ifconfig
];
}