tangled
alpha
login
or
join now
da157.id
/
nix-config
0
fork
atom
0xda157's home-manager and nixos config
0
fork
atom
overview
issues
pulls
pipelines
add hyprctl reload bind to enceladus
0xda157
2 months ago
3107025a
e45cce25
0/1
check.yml
failed
33s
+4
1 changed file
expand all
collapse all
unified
split
modules
hosts
nixos
enceladus
default.nix
+4
modules/hosts/nixos/enceladus/default.nix
···
89
89
90
90
home.packages = [ pkgs.jetbrains.idea-oss ];
91
91
92
92
+
wayland.windowManager.hyprland.settings.bind = [
93
93
+
",XF86AudioMedia,exec,hyprctl reload"
94
94
+
];
95
95
+
92
96
i18n.inputMethod = {
93
97
enable = true;
94
98
type = "fcitx5";