mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added capability to switch to windows with a command
This commit is contained in:
parent
5dd23b18e8
commit
e8124462f2
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,10 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
grub2_light
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true; # technically also enabled in user shell
|
||||
|
@ -41,6 +45,7 @@ in
|
|||
gust = "/home/nixolas/Documents/Gust/target/debug/gust";
|
||||
rm = "rmtrash";
|
||||
open-config = "cd ~/Documents/nicks-nix-config; nvim";
|
||||
switch-to-windows = "sudo grub-reboot 1; sudo reboot";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue