mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-01-06 05:11:58 +00:00
Fixed font configuration
This commit is contained in:
@@ -6,18 +6,11 @@
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: let
|
||||
monaspaceFont = pkgs.callPackage ../../modules/monaspice_font.nix {};
|
||||
in {
|
||||
}: {
|
||||
home.file = {
|
||||
".bashrc" = lib.mkIf (!config.programs.bash.enable) {
|
||||
source = ./dotfiles/dot_bashrc;
|
||||
};
|
||||
"monaspice" = {
|
||||
source = "${monaspaceFont}/share/fonts/";
|
||||
target = ".local/share/fonts/";
|
||||
recursive = true;
|
||||
};
|
||||
"nushell" = {
|
||||
source = ./dotfiles/dot_config/nushell;
|
||||
target = ".config/nushell";
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: let
|
||||
monaspaceFont = pkgs.callPackage ../../modules/monaspice_font.nix {};
|
||||
in {
|
||||
}: {
|
||||
home.packages =
|
||||
(with pkgs; [
|
||||
alejandra
|
||||
@@ -22,8 +20,5 @@ in {
|
||||
lazygit
|
||||
nixd
|
||||
nushell
|
||||
])
|
||||
++ [
|
||||
monaspaceFont
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user