remove last building?
This commit is contained in:
parent
19eaeb8c8a
commit
2a2308131d
4 changed files with 39 additions and 30 deletions
|
|
@ -16,10 +16,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
|
/*
|
||||||
(with pkgs-last-building; [
|
(with pkgs-last-building; [
|
||||||
# lutris
|
# lutris
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++
|
||||||
|
*/
|
||||||
|
with pkgs; [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
# parsec-bin
|
# parsec-bin
|
||||||
# yuzu # nintendo can suck the shit out of my asshole
|
# yuzu # nintendo can suck the shit out of my asshole
|
||||||
|
|
@ -35,7 +38,7 @@ in {
|
||||||
temurin-jre-bin-17
|
temurin-jre-bin-17
|
||||||
wine
|
wine
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
]);
|
];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [25565];
|
networking.firewall.allowedTCPPorts = [25565];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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/64c08a7ca051951c8eae34e3e3cb1e202fe36786";
|
# 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";
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
nixos,
|
nixos,
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-last-building,
|
# nixpkgs-last-building,
|
||||||
nur,
|
nur,
|
||||||
nixos-facter-modules,
|
nixos-facter-modules,
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
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 = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
@ -13,11 +13,14 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
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
|
# openscad
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (
|
||||||
|
*/
|
||||||
|
with pkgs; [
|
||||||
# keep-sorted start sticky_comments=no
|
# keep-sorted start sticky_comments=no
|
||||||
# bitwarden-desktop
|
# bitwarden-desktop
|
||||||
# bottles
|
# bottles
|
||||||
|
|
@ -93,7 +96,7 @@ in {
|
||||||
zotero
|
zotero
|
||||||
zoxide
|
zoxide
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
]);
|
];
|
||||||
virtualisation.waydroid = {
|
virtualisation.waydroid = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.waydroid-nftables;
|
package = pkgs.waydroid-nftables;
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,13 @@
|
||||||
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
||||||
in {
|
in {
|
||||||
users.users.vy.packages =
|
users.users.vy.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
|
||||||
])
|
])
|
||||||
++ (with pkgs; [
|
++ (
|
||||||
|
*/
|
||||||
|
with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
cosmic-store
|
cosmic-store
|
||||||
google-chrome
|
google-chrome
|
||||||
|
|
@ -25,7 +28,7 @@ in {
|
||||||
toastify
|
toastify
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zoom-us
|
zoom-us
|
||||||
]);
|
];
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue