diff options
| author | 2025-12-03 08:15:23 -0800 | |
|---|---|---|
| committer | 2025-12-03 08:15:23 -0800 | |
| commit | 9013b48281158cc684d4a7ced9072058031571b4 (patch) | |
| tree | a10b010e1665ab05d4ae543ee8c03fc90e68fd2f | |
| parent | 5b5e40d9291776bc6946aa7c10ccff37751d5206 (diff) | |
| download | new-dotfiles-9013b48281158cc684d4a7ced9072058031571b4.tar.gz new-dotfiles-9013b48281158cc684d4a7ced9072058031571b4.zip | |
pop-os: Remove unnecessary packages
These packages are already added by the ‘foreign-distro-compatibility-packages’
and don't need to be specified again.
| -rw-r--r-- | oni/home/config/pop-os.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 123c2b1..f615e11 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -107,11 +107,9 @@ (home-environment (packages (append foreign-distro-compatibility-packages - (list (specification->package+output "glibc-locales") - (specification->package+output "font-fantasque-sans") + (list (specification->package+output "font-fantasque-sans") (specification->package+output "font-comic-neue") (specification->package+output "font-dosis") - (specification->package+output "mandoc") font-comfortaa emacs-oni-core emacs-oni-compilation |
