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 = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
home-manager = {
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
url = "github:nix-community/home-manager";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
neofetch = "neofetch --ascii ~/dotfiles/aperture.txt";
|
neofetch = "neofetch --ascii ~/dotfiles/aperture.txt";
|
||||||
rebuild = "sudo nixos-rebuild switch";
|
rebuild = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||||
clean = "nix-store --gc";
|
clean = "nix-store --gc";
|
||||||
dotfiles = "cd ~/dotfiles/";
|
dotfiles = "cd ~/dotfiles/";
|
||||||
nv = "nvim";
|
nv = "nvim";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue