Johan Rong 6 kuukautta sitten
vanhempi
sitoutus
fe43e850a3
2 muutettua tiedostoa jossa 1 lisäystä ja 11 poistoa
  1. 1 0
      README.md
  2. 0 11
      home/features/application/files.nix

+ 1 - 0
README.md

@@ -3,5 +3,6 @@
 
 ## Usage
 ```bash
+nix flake show
 sudo nixos-rebuild switch --flake .#nixstation
 ```

+ 0 - 11
home/features/application/files.nix

@@ -13,17 +13,6 @@
           }
           PS1='$(shlvl_prompt)(\[\033[01;94m\]\u\[\033[00;00m\]@\[\033[01;94m\]\h\[\033[00;00m\]:\[\033[01;34m\]\w\[\033[00m\])\[\033[01;32m\]$(current_git_branch)\[\033[00m\]$ '
           alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
-          home() {
-            cd "$HOME/home-manager"
-            "$EDITOR" "$HOME/home-manager/home.nix"
-          }
-          flake() {
-            cd "$HOME/home-manager"
-            "$EDITOR" "$HOME/home-manager/flake.nix"
-          }
-          config() {
-            "sudo" "$EDITOR" "/etc/nixos/configuration.nix"
-          }
           nix-update() {
             set -e