FLAKES!!!

This commit is contained in:
Benjamin Palko 2024-08-16 22:41:39 -04:00
parent cae82aaf8a
commit 27f0bfbbf3
2 changed files with 5 additions and 5 deletions

View file

@ -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 =

View file

@ -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";