mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-11 23:34:36 +02:00
restructure hm moduels to ibe more flexible
This commit is contained in:
parent
e6d3d00297
commit
212e521c73
5 changed files with 29 additions and 5 deletions
home-manager
|
@ -70,11 +70,13 @@ in {
|
|||
unrar
|
||||
inputs.w17.packages.x86_64-linux.default
|
||||
aichat
|
||||
nix-output-monitor
|
||||
] ++ (if config.machine.isGraphical then [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [ "JetBrainsMono" "FiraCode" "FiraMono" ];
|
||||
})
|
||||
nix-output-monitor
|
||||
nodePackages.pnpm
|
||||
npm-check-updates
|
||||
] ++ (if config.machine.isGraphical then [
|
||||
corefonts
|
||||
vistafonts
|
||||
jetbrains.webstorm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.alacritty = {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
lfs.enable = true;
|
||||
userEmail = "thilo.billerbeck@officerent.de";
|
||||
userName = "Thilo Billerbeck";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue