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";
|
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
||||||
nixos-hardware.url = "nixos-hardware";
|
nixos-hardware.url = "nixos-hardware";
|
||||||
nixos-raspberrypi.url = "github:ramblurr/nixos-raspberrypi";
|
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.url = "github:ezKEa/aagl-gtk-on-nix/ee7b773dd7d028ad1b185cdf72bc16ce69ac0288";
|
||||||
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# prescurve.url = "github:taotien/prescurve";
|
# prescurve.url = "github:taotien/prescurve";
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{ lib, pkgs, modulesPath, ... }: {
|
{ lib, pkgs, modulesPath, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
xorg.xkill
|
||||||
macchina
|
macchina
|
||||||
unstable.rustdesk
|
unstable.rustdesk
|
||||||
screen
|
screen
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
users.users.tao.packages = with pkgs; [
|
users.users.tao.packages = with pkgs; [
|
||||||
|
mendeley
|
||||||
unstable.wkhtmltopdf
|
unstable.wkhtmltopdf
|
||||||
calibre
|
calibre
|
||||||
qmk
|
qmk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue