Is there a Iosevka Term package available on Nixos? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to use a package revision not yet in the published nixpkgs (but described in the development branches of nixpkgs)?name collision in input Nix expressions with nix-env -fDisabling the security hardening options for a `nix-shell` environmentHow to configure a Nix environment, outside of NixOS?Command to view which version of NixOS my machine is running?How to compile a Latex document on NixOS?Can I add package libasound2 to the NixOS repository?Howto Install google chrome in nixos?Dealing with NixOS missing dependency ~ libpng-devHow do I upgrade Nixos to use a new channel nixos version?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Writing Thesis: Copying from published papers
Stars Make Stars
How can I make names more distinctive without making them longer?
Can a monk deflect thrown melee weapons?
How to market an anarchic city as a tourism spot to people living in civilized areas?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
How do you clear the ApexPages.getMessages() collection in a test?
New Order #5: where Fibonacci and Beatty meet at Wythoff
What LEGO pieces have "real-world" functionality?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Fishing simulator
What computer would be fastest for Mathematica Home Edition?
I'm having difficulty getting my players to do stuff in a sandbox campaign
Problem when applying foreach loop
Was credit for the black hole image misattributed?
When is phishing education going too far?
How are presidential pardons supposed to be used?
What are the performance impacts of 'functional' Rust?
How do I automatically answer y in bash script?
How does modal jazz use chord progressions?
Are my PIs rude or am I just being too sensitive?
Direct Experience of Meditation
Can I throw a longsword at someone?
Is there a Iosevka Term package available on Nixos?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to use a package revision not yet in the published nixpkgs (but described in the development branches of nixpkgs)?name collision in input Nix expressions with nix-env -fDisabling the security hardening options for a `nix-shell` environmentHow to configure a Nix environment, outside of NixOS?Command to view which version of NixOS my machine is running?How to compile a Latex document on NixOS?Can I add package libasound2 to the NixOS repository?Howto Install google chrome in nixos?Dealing with NixOS missing dependency ~ libpng-devHow do I upgrade Nixos to use a new channel nixos version?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Related to the following issue: https://github.com/be5invis/Iosevka/issues/231
Is there a Iosevka Term
width available in nixpkgs? I can only find iosevka
and iosevka-bin
via https://nixos.org/nixos/packages.html#iosevka
kde nixos nix
add a comment |
Related to the following issue: https://github.com/be5invis/Iosevka/issues/231
Is there a Iosevka Term
width available in nixpkgs? I can only find iosevka
and iosevka-bin
via https://nixos.org/nixos/packages.html#iosevka
kde nixos nix
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46
add a comment |
Related to the following issue: https://github.com/be5invis/Iosevka/issues/231
Is there a Iosevka Term
width available in nixpkgs? I can only find iosevka
and iosevka-bin
via https://nixos.org/nixos/packages.html#iosevka
kde nixos nix
Related to the following issue: https://github.com/be5invis/Iosevka/issues/231
Is there a Iosevka Term
width available in nixpkgs? I can only find iosevka
and iosevka-bin
via https://nixos.org/nixos/packages.html#iosevka
kde nixos nix
kde nixos nix
asked Dec 4 '18 at 19:57
Chris StryczynskiChris Stryczynski
669620
669620
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46
add a comment |
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46
add a comment |
1 Answer
1
active
oldest
votes
Based on example configuration that I found here this is what I added to my nix configuration:
nixpkgs.config =
packageOverrides = super: let self = super.pkgs; in
iosevka-term = self.iosevka.override
set = "term";
design = [
"term" "v-l-italic" "v-i-italic" "v-g-singlestorey" "v-zero-dotted"
"v-asterisk-high" "v-at-long" "v-brace-straight"
];
;
;
;
environment.systemPackages = with pkgs; [
iosevka-term
];
Iosevka is suppose to be configurable font, so idea with iosevka nix package is to override parameters and create your own packages as needed.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485982%2fis-there-a-iosevka-term-package-available-on-nixos%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Based on example configuration that I found here this is what I added to my nix configuration:
nixpkgs.config =
packageOverrides = super: let self = super.pkgs; in
iosevka-term = self.iosevka.override
set = "term";
design = [
"term" "v-l-italic" "v-i-italic" "v-g-singlestorey" "v-zero-dotted"
"v-asterisk-high" "v-at-long" "v-brace-straight"
];
;
;
;
environment.systemPackages = with pkgs; [
iosevka-term
];
Iosevka is suppose to be configurable font, so idea with iosevka nix package is to override parameters and create your own packages as needed.
New contributor
add a comment |
Based on example configuration that I found here this is what I added to my nix configuration:
nixpkgs.config =
packageOverrides = super: let self = super.pkgs; in
iosevka-term = self.iosevka.override
set = "term";
design = [
"term" "v-l-italic" "v-i-italic" "v-g-singlestorey" "v-zero-dotted"
"v-asterisk-high" "v-at-long" "v-brace-straight"
];
;
;
;
environment.systemPackages = with pkgs; [
iosevka-term
];
Iosevka is suppose to be configurable font, so idea with iosevka nix package is to override parameters and create your own packages as needed.
New contributor
add a comment |
Based on example configuration that I found here this is what I added to my nix configuration:
nixpkgs.config =
packageOverrides = super: let self = super.pkgs; in
iosevka-term = self.iosevka.override
set = "term";
design = [
"term" "v-l-italic" "v-i-italic" "v-g-singlestorey" "v-zero-dotted"
"v-asterisk-high" "v-at-long" "v-brace-straight"
];
;
;
;
environment.systemPackages = with pkgs; [
iosevka-term
];
Iosevka is suppose to be configurable font, so idea with iosevka nix package is to override parameters and create your own packages as needed.
New contributor
Based on example configuration that I found here this is what I added to my nix configuration:
nixpkgs.config =
packageOverrides = super: let self = super.pkgs; in
iosevka-term = self.iosevka.override
set = "term";
design = [
"term" "v-l-italic" "v-i-italic" "v-g-singlestorey" "v-zero-dotted"
"v-asterisk-high" "v-at-long" "v-brace-straight"
];
;
;
;
environment.systemPackages = with pkgs; [
iosevka-term
];
Iosevka is suppose to be configurable font, so idea with iosevka nix package is to override parameters and create your own packages as needed.
New contributor
New contributor
answered Apr 10 at 23:35
GonzihGonzih
1112
1112
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485982%2fis-there-a-iosevka-term-package-available-on-nixos%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you explain it better? As far as I'm looking at, it is a "configurable" font. Maybe you need to set some options...
– Anderson Torres
Jan 11 at 11:46