mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Add shortcat!
This commit is contained in:
parent
a55fb7c463
commit
5bfd11e88f
@ -49,6 +49,8 @@
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
config.allowUnfree = true;
|
||||
|
||||
overlays = with inputs; [
|
||||
(final: prev: {
|
||||
|
@ -71,6 +71,7 @@
|
||||
rnix-lsp
|
||||
rust-analyzer
|
||||
rustup
|
||||
shortcat
|
||||
texlive.combined.scheme-full
|
||||
tree
|
||||
wget
|
||||
|
Loading…
Reference in New Issue
Block a user