Skip to content

rdrachmanto/Nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NixOS Desktop

This is my NixOS desktop, to be used together with my dotfiles, via stow

./media/desktop.png

Notable packages

  • Niri
  • Fuzzel
  • Waybar
  • Emacs
  • Neovim

Reproducing

  1. Add these inside /etc/nixos/configuration.nix and rebuild
    environment.systemPackages = with pkgs; [
      wget
      curl
      git
    ];
    
    nix.settings.experimental-features = [
      "nix-command"
      "flakes"
    ];
        
  2. Clone this repository
  3. Run the flake command to rebuild the system
    sudo nixos-rebuild switch --flake ~/Nix#thinkpad
        

About

My NixOS desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors