Remove some unnecessary stuff after moving to flakes
This commit is contained in:
parent
26772f936d
commit
695006312e
2
user/.gitignore
vendored
2
user/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
/home.nix
|
|
||||||
/config.nix
|
|
@ -1,5 +1,5 @@
|
|||||||
# Home Manager Configuration
|
# Home Manager Configuration
|
||||||
|
|
||||||
This directory contains my configuration for home-manager, which can be easily installed by running `./install.sh {machine name}`.
|
This directory contains my configuration for home-manager.
|
||||||
|
|
||||||
The `machines` folder contains userland configs for specific machines. Each of these configs will import modules from the `modules` folder for shell config, git config, etc.
|
The `machines` folder contains userland configs for specific machines. Each of these configs will import modules from the `modules` folder for shell config, git config, etc.
|
@ -1,5 +0,0 @@
|
|||||||
# Where first arg is directory under machines
|
|
||||||
mkdir -p $HOME/.config
|
|
||||||
ln -s $(pwd) $HOME/.config/nixpkgs
|
|
||||||
ln -s $(pwd)/machines/$1/home.nix $HOME/.config/nixpkgs/home.nix
|
|
||||||
ln -s $(pwd)/machines/$1/config.nix $HOME/.config/nixpkgs/config.nix
|
|
Loading…
x
Reference in New Issue
Block a user