diff options
Diffstat (limited to 'home/mun/default.nix')
| -rw-r--r-- | home/mun/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 0263f13..872bb07 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -9,6 +9,7 @@ ./programs/git.nix ./programs/nvim.nix ./programs/nixcord.nix + ./programs/browser.nix ]; home = { @@ -36,6 +37,7 @@ kicad evolution signal-desktop + famistudio # Utilities pay-respects @@ -50,6 +52,7 @@ syncthing sshfs alacritty + protonup-qt # CLI Tools bat @@ -98,7 +101,7 @@ inherit (texlive) scheme-full; notestex = texlivePackages.notestex; screenplay = texlivePackages.screenplay; - scpzine = pkgs.scpzine-texlive; + #scpzine = pkgs.scpzine-texlive; }) # RetroArch |
