fonts: refactor
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m15s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m15s
This commit is contained in:
@ -46,15 +46,6 @@
|
|||||||
|
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
corefonts
|
|
||||||
noto-fonts
|
|
||||||
nerd-fonts.bigblue-terminal
|
|
||||||
nerd-fonts.comic-shanns-mono
|
|
||||||
nerd-fonts.terminess-ttf
|
|
||||||
nerd-fonts.ubuntu-mono
|
|
||||||
];
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
system.desktop.gnome.enable = true;
|
system.desktop.gnome.enable = true;
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
17
users/jordan/common/optional/graphical/fonts.nix
Normal file
17
users/jordan/common/optional/graphical/fonts.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
adwaita-fonts
|
||||||
|
apple-color-emoji
|
||||||
|
corefonts
|
||||||
|
nerd-fonts.bigblue-terminal
|
||||||
|
nerd-fonts.comic-shanns-mono
|
||||||
|
nerd-fonts.terminess-ttf
|
||||||
|
nerd-fonts.ubuntu-mono
|
||||||
|
sf-pro
|
||||||
|
];
|
||||||
|
}
|
@ -276,22 +276,17 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages =
|
home.packages = with pkgs.unstable; [
|
||||||
(with pkgs; [
|
anyrun
|
||||||
adwaita-fonts
|
clipse
|
||||||
apple-color-emoji
|
dunst
|
||||||
])
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
++ (with pkgs.unstable; [
|
loupe
|
||||||
anyrun
|
mpv
|
||||||
clipse
|
qadwaitadecorations
|
||||||
dunst
|
qadwaitadecorations-qt6
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
wl-clipboard
|
||||||
loupe
|
];
|
||||||
mpv
|
|
||||||
qadwaitadecorations
|
|
||||||
qadwaitadecorations-qt6
|
|
||||||
wl-clipboard
|
|
||||||
]);
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
flameshot.enable = true;
|
flameshot.enable = true;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common/optional/graphical/firefox.nix
|
./common/optional/graphical/firefox.nix
|
||||||
|
./common/optional/graphical/fonts.nix
|
||||||
./common/optional/graphical/hyprland
|
./common/optional/graphical/hyprland
|
||||||
./common/optional/graphical/mimeapps.nix
|
./common/optional/graphical/mimeapps.nix
|
||||||
];
|
];
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common/optional/graphical/firefox.nix
|
./common/optional/graphical/firefox.nix
|
||||||
|
./common/optional/graphical/fonts.nix
|
||||||
./common/optional/graphical/hyprland
|
./common/optional/graphical/hyprland
|
||||||
./common/optional/graphical/libreoffice.nix
|
./common/optional/graphical/libreoffice.nix
|
||||||
./common/optional/graphical/mimeapps.nix
|
./common/optional/graphical/mimeapps.nix
|
||||||
|
Reference in New Issue
Block a user