chore | fix nerdfonts
This commit is contained in:
parent
d0da7aa313
commit
a9b5c4f931
1 changed files with 7 additions and 2 deletions
|
|
@ -39,11 +39,12 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
../../home
|
../../home
|
||||||
../../home/gui
|
../../home/gui
|
||||||
|
# ./../themes.nix
|
||||||
|
../wm/greetd
|
||||||
./detect-reboot-needed.nix
|
./detect-reboot-needed.nix
|
||||||
./systemd.nix
|
./systemd.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./upgrade-diff.nix
|
./upgrade-diff.nix
|
||||||
../wm/greetd
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
|
|
@ -202,6 +203,7 @@ in {
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
pkgs.xdg-desktop-portal-wlr
|
pkgs.xdg-desktop-portal-wlr
|
||||||
|
pkgs.kdePackages.xdg-desktop-portal-kde
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -247,7 +249,10 @@ in {
|
||||||
anonymousPro
|
anonymousPro
|
||||||
font-awesome
|
font-awesome
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
nerdfonts
|
nerd-fonts.symbols-only
|
||||||
|
nerd-fonts.roboto-mono
|
||||||
|
nerd-fonts.monaspace
|
||||||
|
nerd-fonts.ubuntu
|
||||||
noto-fonts
|
noto-fonts
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
source-code-pro
|
source-code-pro
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue