...
This commit is contained in:
parent
23faecb59e
commit
3c6cb2b430
2 changed files with 7 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-last-building.url = "github:NixOS/nixpkgs/59e69648d345d6e8fef86158c555730fa12af9de";
|
nixpkgs-last-building.url = "github:NixOS/nixpkgs/64c08a7ca051951c8eae34e3e3cb1e202fe36786";
|
||||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
|
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/NUR";
|
url = "github:nix-community/NUR";
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,18 @@
|
||||||
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
||||||
in {
|
in {
|
||||||
programs.gphoto2.enable = true;
|
programs.gphoto2.enable = true;
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
# "electron-39.8.10"
|
||||||
|
];
|
||||||
|
|
||||||
users.users.tao.packages =
|
users.users.tao.packages =
|
||||||
(with pkgs-last-building; [
|
(with pkgs-last-building; [
|
||||||
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
# oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
||||||
|
# openscad
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
|
# bitwarden-desktop
|
||||||
# bottles
|
# bottles
|
||||||
# boxxy
|
# boxxy
|
||||||
# carapace
|
# carapace
|
||||||
|
|
@ -34,7 +40,6 @@ in {
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
# bitwarden-desktop
|
|
||||||
calibre
|
calibre
|
||||||
darktable
|
darktable
|
||||||
deluge
|
deluge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue