Skip to content

lennihein/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

DebianWSL

sudo apt update -y
sudo apt install curl git -y
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
git clone https://github.com/lennihein/home-manager.git
nix-shell -p home-manager
# experimental features might be disabled on some systems, so enable for the initial home-manager command
home-manager switch --flake home-manager/#debianwsl --experimental-features 'nix-command flakes'
sudo sh -c 'echo "/home/lenni/.nix-profile/bin/fish" >> /etc/shells'
chsh -s /home/lenni/.nix-profile/bin/fish
# reload

Further Steps

  • add to /etc/wsl.conf:

    [interop]
    appendWindowsPath = false
  • install doas and add permit nopass <USER> to /etc/doas.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published