Fix quickstart.nix
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
- Install nix using the https://github.com/DeterminateSystems/nix-installer
|
- Install nix using the https://github.com/DeterminateSystems/nix-installer
|
||||||
- Then run
|
- Then run
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
nix run nixpkgs#home-manager switch --flake git+https://gitlab.julian-mutter.de/julian/dotfiles.git#julian@quickstart
|
nix run nixpkgs#home-manager -- switch --flake git+https://gitlab.julian-mutter.de/julian/dotfiles.git#julian@quickstart
|
||||||
#+end_src
|
#+end_src
|
||||||
- Done
|
- Done
|
||||||
|
|
||||||
|
|||||||
@@ -166,7 +166,7 @@
|
|||||||
};
|
};
|
||||||
"julian@quickstart" = lib.homeManagerConfiguration {
|
"julian@quickstart" = lib.homeManagerConfiguration {
|
||||||
modules = [
|
modules = [
|
||||||
./homes/julian/quickstart
|
./homes/julian/quickstart.nix
|
||||||
./homes/julian/hm-standalone-config.nix
|
./homes/julian/hm-standalone-config.nix
|
||||||
];
|
];
|
||||||
pkgs = pkgsFor.x86_64-linux;
|
pkgs = pkgsFor.x86_64-linux;
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
# If you want to adapt it to a specific device, copy this file with the correct hostname
|
# If you want to adapt it to a specific device, copy this file with the correct hostname
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../global
|
./global
|
||||||
|
|
||||||
../features/fish
|
./features/fish
|
||||||
../features/direnv
|
./features/direnv
|
||||||
../features/neovim
|
./features/neovim
|
||||||
../features/yazi
|
./features/yazi
|
||||||
../features/emacs
|
./features/emacs
|
||||||
../features/nix-helper
|
./features/nix-helper
|
||||||
../features/tmux
|
./features/tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
is-nixos = false;
|
is-nixos = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user