Compare commits
2 Commits
4b2d5a48be
...
eec2fcdafd
Author | SHA1 | Date | |
---|---|---|---|
eec2fcdafd | |||
c2fe9bb988 |
@ -32,6 +32,7 @@
|
||||
hypridle
|
||||
hyprpaper
|
||||
hyprpolkitagent
|
||||
mpvpaper
|
||||
|
||||
xdg-desktop-portal-gtk
|
||||
|
||||
|
@ -64,6 +64,24 @@
|
||||
|
||||
programs.starship.enable = true;
|
||||
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = true;
|
||||
notify = true;
|
||||
settings.device_config = [
|
||||
{
|
||||
id_uuid = "EA3850B038507D8F";
|
||||
ignore = false;
|
||||
automount = true;
|
||||
}
|
||||
{
|
||||
id_uuid = "72CC3D9BCC3D5B15";
|
||||
ignore = false;
|
||||
automount = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
|
@ -31,6 +31,7 @@ env = HYPRCURSOR_THEME,"McMojave";
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = mpvpaper '*' -o "panscan=1.0 loop-file=inf" $HOME/vid/obsidian-soundfields.mp4
|
||||
exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar & brave & equibop & plexamp
|
||||
@ -50,8 +51,8 @@ general {
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgba(88c0d0ee) rgba(a3be8cee) 45deg
|
||||
col.inactive_border = rgba(4c566aaa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
@ -176,7 +177,7 @@ input {
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, E, exec, $terminal
|
||||
bind = $mainMod, enter, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod SHIFT, Q, exit,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
|
@ -19,6 +19,7 @@
|
||||
openrgb-with-all-plugins
|
||||
i2c-tools
|
||||
solaar
|
||||
ntfs3g
|
||||
ntfs3g
|
||||
udiskie
|
||||
];
|
||||
}
|
||||
|
@ -10,6 +10,8 @@
|
||||
jetbrains-mono
|
||||
nerd-font-patcher
|
||||
noto-fonts-color-emoji
|
||||
lora
|
||||
noto-fonts
|
||||
];
|
||||
|
||||
# lots to do here, compare to https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles/blob/main/nixos/theme.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user