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