mendele
This commit is contained in:
parent
1ff68fa7ef
commit
d0f4806c88
3 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||
nixos-hardware.url = "nixos-hardware";
|
||||
nixos-raspberrypi.url = "github:ramblurr/nixos-raspberrypi";
|
||||
# aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
aagl.url = "github:ezKEa/aagl-gtk-on-nix/ee7b773dd7d028ad1b185cdf72bc16ce69ac0288";
|
||||
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# prescurve.url = "github:taotien/prescurve";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, pkgs, modulesPath, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
xorg.xkill
|
||||
macchina
|
||||
unstable.rustdesk
|
||||
screen
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
mendeley
|
||||
unstable.wkhtmltopdf
|
||||
calibre
|
||||
qmk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue