Compare commits
No commits in common. "c918ccd9960755b01d9e5dd59450d3f98f650c08" and "a18427067713b817e4bcbfd43bde924f2285d312" have entirely different histories.
c918ccd996
...
a184270677
@ -1,5 +1,5 @@
|
||||
{
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
};
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@ -10,8 +10,6 @@
|
||||
./network-manager.nix
|
||||
./rofi.nix
|
||||
./cliphist.nix
|
||||
./wlogout.nix
|
||||
./wlsunset.nix
|
||||
];
|
||||
|
||||
programs.kitty.enable = true;
|
||||
@ -20,10 +18,10 @@
|
||||
inputs.hyprland-qtutils.packages."${pkgs.system}".default
|
||||
pkgs.brightnessctl
|
||||
pkgs.kdePackages.xwaylandvideobridge
|
||||
pkgs.wl-clipboard
|
||||
pkgs.wl-clipboard
|
||||
|
||||
pkgs.libsForQt5.qt5ct
|
||||
pkgs.kdePackages.qt6ct
|
||||
pkgs.libsForQt5.qt5ct
|
||||
pkgs.kdePackages.qt6ct
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
@ -35,13 +33,13 @@
|
||||
bind =
|
||||
[
|
||||
"$mod, Return, exec, kitty"
|
||||
"$mod, SPACE, exec, walker"
|
||||
"$mod, E, exec, dolphin"
|
||||
"$mod, SPACE, exec, rofi -show run"
|
||||
"$mod, E, exec, dolphin"
|
||||
|
||||
"$mod SHIFT, V, togglefloating,"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
"$mod SHIFT, V, togglefloating,"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
|
||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||
"$mod, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy"
|
||||
]
|
||||
++ (
|
||||
# workspaces
|
||||
@ -57,32 +55,32 @@
|
||||
9)
|
||||
);
|
||||
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
];
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
];
|
||||
|
||||
bindel = [
|
||||
",XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 2%+"
|
||||
",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-"
|
||||
",XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
",XF86MonBrightnessUp, exec, brightnessctl s 2%+"
|
||||
",XF86MonBrightnessDown, exec, brightnessctl s 2%-"
|
||||
];
|
||||
bindel = [
|
||||
",XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+"
|
||||
",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
",XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
",XF86MonBrightnessUp, exec, brightnessctl s 10%+"
|
||||
",XF86MonBrightnessDown, exec, brightnessctl s 10%-"
|
||||
];
|
||||
|
||||
input = {
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
scroll_factor = 0.2;
|
||||
};
|
||||
};
|
||||
input = {
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
};
|
||||
};
|
||||
|
||||
general = {
|
||||
resize_on_border = true;
|
||||
};
|
||||
general = {
|
||||
resize_on_border = true;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
};
|
||||
decoration = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
};
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
cycle = false;
|
||||
plugins = with pkgs; [
|
||||
rofi-emoji-wayland
|
||||
rofi-calc
|
||||
rofi-bluetooth
|
||||
rofi-screenshot
|
||||
rofi-power-menu
|
||||
];
|
||||
};
|
||||
{pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
cycle = false;
|
||||
plugins = with pkgs; [
|
||||
rofi-emoji-wayland
|
||||
rofi-calc
|
||||
rofi-bluetooth
|
||||
rofi-screenshot
|
||||
rofi-power-menu
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
};
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,43 +0,0 @@
|
||||
{
|
||||
programs.wlogout = {
|
||||
enable = true;
|
||||
layout = [
|
||||
{
|
||||
label = "lock";
|
||||
action = "loginctl lock-session";
|
||||
text = "Lock";
|
||||
keybind = "l";
|
||||
}
|
||||
{
|
||||
label = "hibernate";
|
||||
action = "systemctl hibernate";
|
||||
text = "Hibernate";
|
||||
keybind = "h";
|
||||
}
|
||||
{
|
||||
label = "logout";
|
||||
action = "sleep 1; hyprctl dispatch exit";
|
||||
text = "Logout";
|
||||
keybind = "e";
|
||||
}
|
||||
{
|
||||
label = "shutdown";
|
||||
action = "systemctl poweroff";
|
||||
text = "Shutdown";
|
||||
keybind = "s";
|
||||
}
|
||||
{
|
||||
label = "suspend";
|
||||
action = "systemctl suspend";
|
||||
text = "Suspend";
|
||||
keybind = "u";
|
||||
}
|
||||
{
|
||||
label = "reboot";
|
||||
action = "systemctl reboot";
|
||||
text = "Reboot";
|
||||
keybind = "r";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
@ -1,12 +0,0 @@
|
||||
{
|
||||
services.wlsunset = {
|
||||
enable = true;
|
||||
latitude = 39;
|
||||
longitude = -121.2;
|
||||
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 5000;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user