added fonts
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../system/wayland.nix
|
../system/wayland.nix
|
||||||
|
../system/font.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, Return, exec, $terminal"
|
"$mod, Return, exec, $term"
|
||||||
"$mod, Q, killactive,"
|
"$mod, Q, killactive,"
|
||||||
"$mod, M, exit,"
|
"$mod, M, exit,"
|
||||||
"$mod, E, exec, $fileManager"
|
"$mod, E, exec, $fileManager"
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
|
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
10)
|
9)
|
||||||
);
|
);
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
nerdfonts
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user