Skip to content

Commit

Permalink
tp3: update pkgs/config
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 28, 2024
1 parent 465ebbf commit 05ee87c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
];
};

xfce95 = inputs.home-manager.lib.homeManagerConfiguration {
tp3 = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs {
system = "x86_64-linux";
overlays = [
Expand Down Expand Up @@ -119,7 +119,7 @@
inputs.nixcfg.hmModules.cli-fish
inputs.nixcfg.hmModules.cli-git
inputs.nixcfg.hmModules.cli-lazygit
inputs.nixcfg.hmModules.cli-tmux
inputs.nixcfg.hmModules.cli-tmux-ascii
inputs.sops-nix.homeManagerModules.sops
self.homeModules.fish
self.homeModules.fonts
Expand Down
3 changes: 2 additions & 1 deletion modules/home/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
];
})
# nwfonts # TODO: fix src
# win10fonts
ibm-plex
roboto
roboto-slab
spleen
# win10fonts
];

# see reg. mkForce: https://github.com/nix-community/home-manager/pull/3014
Expand Down
3 changes: 3 additions & 0 deletions modules/home/tp3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
packages = with pkgs; [
age
aichat
bc
bchunk
entr
firefox
flameshot
freecad
Expand All @@ -31,6 +33,7 @@
skopeo
sops
transmission_4-gtk
typst
uv
wine
winetricks
Expand Down

0 comments on commit 05ee87c

Please sign in to comment.