FLAKES!!!
This commit is contained in:
parent
cae82aaf8a
commit
27f0bfbbf3
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
description = "Benjamin Palko's dotfiles";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
shellAliases = {
|
||||
neofetch = "neofetch --ascii ~/dotfiles/aperture.txt";
|
||||
rebuild = "sudo nixos-rebuild switch";
|
||||
rebuild = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
clean = "nix-store --gc";
|
||||
dotfiles = "cd ~/dotfiles/";
|
||||
nv = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue