Convert screenshot.sh to nix's writeShellApplication
This commit is contained in:
parent
c6651a7eb6
commit
88c6138463
5 changed files with 41 additions and 40 deletions
|
@ -1,19 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{ pkgs, config, inputs, ... }: {
|
||||
home = {
|
||||
username = "avery";
|
||||
homeDirectory = "/home/avery";
|
||||
stateVersion = "24.05";
|
||||
packages = with pkgs; [
|
||||
python3
|
||||
rclone
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
];
|
||||
packages = with pkgs; [ python3 rclone xdg-utils ];
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue