alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add aspell and aspell dictionaries
author
yemou
date
2 months ago
(Apr 20, 2026, 9:49 PM -0400)
commit
bbafa2c8
bbafa2c8940ebf023c452d49aade7d0d985e6317
parent
15f431fd
15f431fd4359dcd6f42769cd0e0a8f7cdb283f0d
+9
-1
1 changed file
Expand all
Collapse all
Unified
Split
modules
gui.nix
+9
-1
modules/gui.nix
Reviewed
···
1
1
{ pkgs, ... }:
2
2
{
3
3
imports = [ ./machine-info.nix ];
4
4
-
garden.info.host.gui = true;
4
4
+
garden = {
5
5
+
info.host.gui = true;
6
6
+
unfree = [ "aspell-dict-en-science" ];
7
7
+
};
5
8
6
9
xdg = {
7
10
portal.enable = true;
···
38
41
# Per-user packages
39
42
users.users.mou.packages = with pkgs; [
40
43
anki-bin
44
44
+
aspell
45
45
+
aspellDicts.de
46
46
+
aspellDicts.en
47
47
+
aspellDicts.en-computers
48
48
+
aspellDicts.en-science
41
49
foot
42
50
thm
43
51
vid2gif