mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
snapshot pre-cleanup-2026-05-23T19-39-41Z
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
source = "${pkgs.gpu-screen-recorder}/bin/gsr-kms-server";
|
||||
};
|
||||
};
|
||||
flake.packages.custom-changeAudioOutput = { pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = { pkgs, ...}: {
|
||||
packages.custom-changeAudioOutput = pkgs.writeShellApplication {
|
||||
name = "custom-changeAudioOutput";
|
||||
runtimeInputs = with pkgs; [
|
||||
fzf
|
||||
@@ -57,4 +57,4 @@
|
||||
pkill -f "kitty.*Select audio output"
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
flake.packages.custom-cleanNix-laptop = {pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.custom-cleanNix-laptop = pkgs.writeShellApplication {
|
||||
name = "custom-cleanNix";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
@@ -115,4 +115,4 @@
|
||||
rm -f "$ERROR_FILE"
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
flake.packages.custom-autoupdate-laptop = {pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.custom-autoupdate-laptop = pkgs.writeShellApplication {
|
||||
name = "custom-autoupdate";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
@@ -106,4 +106,4 @@
|
||||
rm -f "$ERROR_FILE"
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
self.packages.${pkgs.system}.custom-checkKdrive # check if kdrive is set up with rclone
|
||||
];
|
||||
};
|
||||
flake.packages.custom-checkMatrix = { pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = { pkgs, ...}: {
|
||||
packages.custom-checkMatrix = pkgs.writeShellApplication {
|
||||
name = "custom-checkMatrix";
|
||||
|
||||
runtimeInputs = with pkgs; [
|
||||
@@ -33,8 +33,7 @@
|
||||
fi
|
||||
'';
|
||||
};
|
||||
flake.packages.custom-gitnotify = { pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
packages.custom-gitnotify = pkgs.writeShellApplication {
|
||||
name = "custom-gitnotify";
|
||||
runtimeInputs = with pkgs; [
|
||||
git
|
||||
@@ -59,4 +58,4 @@
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
self.packages.${pkgs.system}.custom-manix
|
||||
];
|
||||
};
|
||||
flake.packages.custom-man = { pkgs, ... }:
|
||||
pkgs.writeShellApplication {
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.custom-man = pkgs.writeShellApplication {
|
||||
name = "custom-man";
|
||||
runtimeInputs = with pkgs; [
|
||||
man
|
||||
@@ -52,8 +52,7 @@
|
||||
| xargs man
|
||||
'';
|
||||
};
|
||||
flake.packages.custom-manix = { pkgs, ... }:
|
||||
pkgs.writeShellApplication {
|
||||
packages.custom-manix = pkgs.writeShellApplication {
|
||||
name = "custom-manix";
|
||||
runtimeInputs = with pkgs; [
|
||||
manix
|
||||
@@ -90,4 +89,4 @@
|
||||
| xargs manix
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
statix
|
||||
];
|
||||
};
|
||||
flake.packages.custom-trimmer = { pkgs, ... }:
|
||||
perSystem = { pkgs, ... }: {
|
||||
# https://gist.github.com/MaxwellDupre/3077cd229490cf93ecab08ef2a79c852
|
||||
# better garbage collector
|
||||
pkgs.writeShellApplication {
|
||||
packages.custom-trimmer = pkgs.writeShellApplication {
|
||||
name = "custom-trimmer";
|
||||
runtimeInputs = with pkgs; [
|
||||
nix
|
||||
@@ -298,4 +298,4 @@
|
||||
|
||||
'';
|
||||
};
|
||||
}
|
||||
};}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ ... }: {
|
||||
{ self, ... }: {
|
||||
flake.nixosModules.otherUtils = # try to keep packages here at a minium. Preferably use a dedicated file
|
||||
{
|
||||
pkgs,
|
||||
@@ -19,8 +19,8 @@
|
||||
mailcap
|
||||
fuzzel
|
||||
usbutils # used for lsusb
|
||||
(pkgs.callPackage ../../modules/scripts/tomato.nix {})
|
||||
(pkgs.callPackage ../../modules/scripts/syllabes.nix {}) # python script to get number of syllabes in french
|
||||
self.packages.${pkgs.system}.custom-tomato
|
||||
self.packages.${pkgs.system}.custom-syllabes
|
||||
pkgs-unstable.bitwarden-desktop
|
||||
fluffychat # matrix client
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user