Giter VIP home page Giter VIP logo

kenranunderscore / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 0.0 2.58 MB

home-manager on Void Linux + NixOS, Emacs (vanilla + doom), herbstluftwm, i3

Emacs Lisp 12.95% Nix 63.84% Shell 1.79% NewLisp 0.55% Lua 18.47% Fennel 0.55% YASnippet 1.70% Haskell 0.15%
nix home-manager dotfiles nixos emacs emacs-config stumpwm doom-emacs doom-emacs-configuration literate-emacs-configuration

dotfiles's Introduction

dotfiles's People

Contributors

kenranunderscore avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

dotfiles's Issues

Readme update: howto rebuild without "switch"

I like you how organized code. Can you update readme, how can you update only home profile via home-manager.
Following command will switch nixos and update grub every time:

nixos-rebuild switch --use-remote-sudo --flake ~/dotfiles

Nixify Wezterm Config

Thank you for sharing your dots. I noticed you're using the old school method for configuring you wezterm by referencing a wezterm.lua file. You might consider changing to something like this:

{ config, pkgs, ... }: {
  programs.wezterm = {
    enable = true;
    extraConfig = ''
      return {
        font = wezterm.font('Hasklug Nerd Font'),
        font_size = 24.0,
        enable_tab_bar = false,
        window_padding = {
          left = 5,
          right = 5,
          top = 5,
          bottom = 5
        },
        default_prog = { "fish", '-l' },
        color_scheme = "Catppuccin Mocha",
      }
    '';
  };
}

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.