hypr upd
This commit is contained in:
@@ -26,25 +26,25 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
|
|
||||||
settings = {
|
# settings = {
|
||||||
exec = "hyprctl dispatch submap global";
|
# exec = "hyprctl dispatch submap global";
|
||||||
submap = "global";
|
# submap = "global";
|
||||||
debug = { disable_logs = false; };
|
# debug = { disable_logs = false; };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
imports = [
|
# imports = [
|
||||||
./hyprland/env.nix
|
# ./hyprland/env.nix
|
||||||
./hyprland/execs.nix
|
# ./hyprland/execs.nix
|
||||||
./hyprland/general.nix
|
# ./hyprland/general.nix
|
||||||
./hyprland/rules.nix
|
# ./hyprland/rules.nix
|
||||||
./hyprland/colors.nix
|
# ./hyprland/colors.nix
|
||||||
./hyprland/keybinds.nix # done
|
# ./hyprland/keybinds.nix # in process
|
||||||
./hyprland/active.nix
|
# ./hyprland/active.nix
|
||||||
./hyprlock.nix # done
|
# ./hyprlock.nix # done
|
||||||
./hypridle.nix # done
|
# ./hypridle.nix # done
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,26 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
# -- Missing --
|
||||||
|
# Toggle cheatsheet
|
||||||
|
# Clipboard history
|
||||||
|
# Emoji
|
||||||
|
# Toggle media controls ?
|
||||||
|
# Change wallpaper
|
||||||
|
# Restart hyprland and plugins
|
||||||
|
# AI
|
||||||
|
# Move from silent to normal workspace
|
||||||
|
# ----
|
||||||
|
|
||||||
|
# -- Missing scripts --
|
||||||
|
# switch_config.sh
|
||||||
|
# hide_window.sh
|
||||||
|
# workspace_action.sh
|
||||||
|
# launch_first_available.sh
|
||||||
|
# ----
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ wl-clipboard hyprshot tesseract ];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings = let super = "Super";
|
wayland.windowManager.hyprland.settings = let super = "Super";
|
||||||
in {
|
in {
|
||||||
bind = [
|
bind = [
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
spotify
|
spotify
|
||||||
obsidian
|
obsidian
|
||||||
lmstudio
|
lmstudio
|
||||||
|
plantuml
|
||||||
];
|
];
|
||||||
|
|
||||||
# do i really need it?
|
# do i really need it?
|
||||||
|
|||||||
Reference in New Issue
Block a user