mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Compare commits
No commits in common. "464b511f233977a95815fc023186689c84ae9a7e" and "ef32ac7a28c98c5a2d108946f81d7328ff889aa4" have entirely different histories.
464b511f23
...
ef32ac7a28
|
@ -41,6 +41,8 @@ in
|
||||||
# End block
|
# End block
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.emacs.enable = true;
|
||||||
|
|
||||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||||
extension = ".el";
|
extension = ".el";
|
||||||
|
|
|
@ -2118,6 +2118,8 @@ in
|
||||||
# End block
|
# End block
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.emacs.enable = true;
|
||||||
|
|
||||||
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
home.file.".emacs.d/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||||
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
template = builtins.readFile ./themes/doom-stylix-theme.el.mustache;
|
||||||
extension = ".el";
|
extension = ".el";
|
||||||
|
|
|
@ -48,7 +48,6 @@ in
|
||||||
|
|
||||||
exec-once = hyprprofile Default
|
exec-once = hyprprofile Default
|
||||||
|
|
||||||
exec-once = emacs --daemon
|
|
||||||
exec-once = pypr
|
exec-once = pypr
|
||||||
exec-once = ydotoold
|
exec-once = ydotoold
|
||||||
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||||
|
@ -153,8 +152,7 @@ in
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bind=SUPER,code:9,exec,nwggrid-wrapper
|
bind=SUPER,SUPER_L,exec,nwggrid-wrapper
|
||||||
bind=SUPER,code:66,exec,nwggrid-wrapper
|
|
||||||
bind=SUPER,SPACE,fullscreen,1
|
bind=SUPER,SPACE,fullscreen,1
|
||||||
bind=SUPERSHIFT,F,fullscreen,0
|
bind=SUPERSHIFT,F,fullscreen,0
|
||||||
bind=SUPER,Y,workspaceopt,allfloat
|
bind=SUPER,Y,workspaceopt,allfloat
|
||||||
|
@ -360,7 +358,7 @@ in
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
mouse_move_enables_dpms = true
|
mouse_move_enables_dpms = false
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
|
@ -414,8 +412,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "pyprland";
|
repo = "pyprland";
|
||||||
rev = "refs/tags/2.4.0";
|
rev = "refs/tags/2.3.8";
|
||||||
hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4=";
|
hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
(hyprnome.override (oldAttrs: {
|
(hyprnome.override (oldAttrs: {
|
||||||
|
@ -620,7 +618,6 @@ in
|
||||||
listener {
|
listener {
|
||||||
timeout = 7200 # in seconds
|
timeout = 7200 # in seconds
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
on-resume = hyprctl dispatch dpms on
|
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
home.file.".config/hypr/hyprlock.conf".text = ''
|
home.file.".config/hypr/hyprlock.conf".text = ''
|
||||||
|
|
Loading…
Reference in a new issue