mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
Auto: cleanup-2026-06-03T08-27-47Z
This commit is contained in:
@@ -3,7 +3,8 @@ _: {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false; # will be removed in the futur. Removes evaluation warning
|
||||
/*settings = {
|
||||
/*
|
||||
settings = {
|
||||
# equivalent to the default config
|
||||
#forwardAgent = false;
|
||||
# give errors in home-manager 26.05
|
||||
@@ -16,7 +17,8 @@ _: {
|
||||
#controlMaster = "no";
|
||||
#controlPath = "~/.ssh/master-%r@%n:%p";
|
||||
#controlPersist = "no";
|
||||
};*/
|
||||
};
|
||||
*/
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
home.file.".ssh/config".text = ''
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
_: {
|
||||
perSystem = {pkgs-unstable, ...}: {
|
||||
perSystem = _: {
|
||||
packages.hypr-dynamic-cursors-manual = {
|
||||
lib,
|
||||
mkHyprlandPlugin,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
mkHyprlandPlugin {
|
||||
pluginName = "hypr-dynamic-cursors";
|
||||
version = "0-unstable-2026-05-29";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{self, ...}: {
|
||||
_: {
|
||||
flake.nixosModules.development = {
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
RandomizedDelaySec = "20min";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.custom-gitBackup = pkgs.writeShellApplication {
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
{self, inputs, ...}: {
|
||||
{self, ...}: {
|
||||
flake.nixosModules.otherUtils =
|
||||
# try to keep packages here at a minium. Preferably use a dedicated file
|
||||
{
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-calculator
|
||||
snapshot
|
||||
|
||||
Reference in New Issue
Block a user