Compare commits
No commits in common. "0226e0262aa29bdfa2b9f81b3d4c5934afd96e67" and "3734b2d8529cabbc41e0846234f65948db6a00fa" have entirely different histories.
0226e0262a
...
3734b2d852
1 changed files with 5 additions and 3 deletions
|
@ -182,6 +182,7 @@ let
|
|||
qtcreator
|
||||
shellcheck
|
||||
mtr
|
||||
wireshark
|
||||
ripgrep
|
||||
|
||||
# Haskell
|
||||
|
@ -262,8 +263,9 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
home.packages =
|
||||
desktopApps
|
||||
home.packages = (
|
||||
[]
|
||||
++ desktopApps
|
||||
++ latexApps
|
||||
++ pythonApps
|
||||
++ graphicsApps
|
||||
|
@ -274,7 +276,7 @@ in
|
|||
++ fonts
|
||||
++ nixHelpers
|
||||
++ games
|
||||
;
|
||||
);
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.home-manager.path = "$HOME/.nix-defexpr/channels/home-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue