GithubHelp home page GithubHelp logo

dotfiles's Introduction

IldenH's Dotfiles

My personal configuration files for GNU/Linux, using NixOS with Home-Manager.

Riced with Nix-Colors, Gruvbox.

Using

Hardware

Type Name Architecture Note
Lenovo Legion Y520T desktop x86_64
Lenovo ThinkPad T420s t420s x86_64
Lenovo ThinkPad E14 Gen 3 e14 x86_64

Inspiration / Sources

Other dotfiles

dotfiles's People

Contributors

ildenh avatar

Stargazers

John Wang avatar

Watchers

 avatar

Forkers

lilleaila

dotfiles's Issues

Move texlive to a nix shell.

You should consider moving texlive to its own nix shell. As described here, it's better practice to separate the development environments from the system configuration. Additionally, the python311Packages.pygments part will not work unless it is done in a nix shell, preferrably through python311.withPackages. Here is a simple implementation, not using flakes:

# shell.nix
{ pkgs ? import <nixpkgs> {}}:

pkgs.mkShell {
	packages = with pkgs; [
		texliveFull
		pandoc
		( python311.withPackages (python-pkgs: with python-pkgs; [ pygments ]))
	];
}

Switch from waybar to ags

Ags is very good, it is faster and can be configured with typescript. Use a derivation to compile it.

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.