Giter Club home page Giter Club logo

nix-home's Introduction

Installation

$ git submodule init
$ git submodule update
$ ln -s `pwd` ~/.config/nixpkgs
$ nix-env -f '<nixpkgs>' -iA home-manager

Using Rust

# A channel can be "nightly", "beta", "stable", "\d{1}.\d{1}.\d{1}", or "\d{1}.\d{2\d{1}".
$ nix-shell --command fish -p rustChannels.stable.rust

nix-home's People

Contributors

yrashk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nix-home's Issues

Simplification for home.file with source

Hi! I happened to come across your configuration and noticed the following pattern:

nix-home/home.nix

Lines 147 to 149 in a7db883

home.file.".config/alacritty/alacritty.yml" = {
text = builtins.readFile ./alacritty.yml;
};

By using the .source attribute this can be simplified somewhat to

 home.file.".config/alacritty/alacritty.yml".source = ./alacritty.yml;

Indeed, since this file is in the XDG config dir you can further simplify it by doing

 xdg.configFile."alacritty/alacritty.yml".source = ./alacritty.yml;

which also has the benefit of adjusting the destination based on the XDG configuration.

Anyway, just thought I'd let you know. Thanks for using Home Manager! ๐Ÿ˜„

Problem: KDE/QT5 apps fonts are too small

I am running Awesome WM and having a problem with QT5 applications. Their fonts are beyond unreadable.

welcome - zeal_001

(Just one example -- other apps behave the same, like Konsole)

How do I adjust this?

Problem: IntelliJ IDEA does not support ligatures

I miss my ligatures in Iosevka.

I've tried to use the version of IDEA that comes with the JDK (in my override), but it didn't seem to change anything, so I suppose nixpkg is still using NixOS's JDK.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.