Skip to content

MLFlexer/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

443 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

image

NixOS

Replace <host> with desired host

nixos-rebuild switch --use-remote-sudo --flake github:MLFlexer/.dotfiles#<host>

Or do it locally by cloning the repo and running:

nixos-rebuild switch --use-remote-sudo --flake $HOME/repos/.dotfiles#<host>

Updating

NixOS-rebuild switch

nixos-rebuild switch --use-remote-sudo --flake $HOME/repos/.dotfiles#<host>

Home-Manager switch

home-manager switch --flake $HOME/repos/.dotfiles/#<user>

Flake lock

Updating all inputs:

nix flake update

Updating specific input:

nix flake lock --update-input nixpkgs-unstable

Cleaning

nix-collect-garbage --delete-older-than 7d

Building images and tarballs

WSL

Checkout Building your own system tarball for WSL.

Raspberry Pi 5

Checkout Building an sd-card image for Raspberry Pi 5.

Discord

Discord does not work with Krisp noise suppression on NixOS, workaround have been found here It should work if you run after closing Discord:

krisp-patcher ~/.config/discord/$DISCORD_VERSION/modules/discord_krisp/discord_krisp.node

About

My dotfiles with NixOS and Home-manger

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published