tangled
alpha
login
or
join now
demsem.dev
/
nixos-config
0
fork
atom
My entire NixOS config or something!
0
fork
atom
overview
issues
pulls
pipelines
idk what I did
Demetrius Semanko
1 month ago
d2641806
275f6ab2
+7
2 changed files
expand all
collapse all
unified
split
configuration.nix
home.nix
+6
configuration.nix
···
85
85
deviceUri = "https://wcuprintp01.wcupa.net:9164/printers/RamPrint";
86
86
model = "drv:///sample.drv/generic.ppd";
87
87
}
88
88
+
# {
89
89
+
# name = "Brother_Printer";
90
90
+
# description = "Home printer";
91
91
+
# deviceUri = "https://192.168.1.157";
92
92
+
# model = "drv://sample.drv/generic.ppd";
93
93
+
# }
88
94
];
89
95
};
90
96
+1
home.nix
···
61
61
};
62
62
};
63
63
};
64
64
+
plugins.cmp-spell.enable = true;
64
65
plugins.toggleterm = {
65
66
enable = true;
66
67
settings.open_mapping = "[[<C-\\>]]";